{ "rewrites": [ { "source": "/:path*", "destination": "/index.html" } ], "headers": [ { "source": "/:path*", "headers": [ { "key": "Cache-Control", "value": "no-cache, no-store, must-revalidate" } ] } ], "github": { "silent": true } }