{
  "buildCommand": "cd ../.. && npm run build:packages && cd {{APP_DIR}} && next build",
  "github": {
    "silent": true
  },
  "headers": [
    {
      "source": "/((?!_next/static|_next/image|favicon.ico).*)",
      "headers": [
        { "key": "Cache-Control", "value": "public, max-age=0, must-revalidate" }
      ]
    }
  ]
}
