{
  "version": 2,
  "regions": ["iad1"],

  "rewrites": [
    {
      "source": "/",
      "destination": "/api/workflows"
    },
    {
      "source": "/(.*)",
      "destination": "/api/$1"
    }
  ],

  "github": {
    "enabled": false
  }
}
