{ "rewrites": [ { "source": "/:path*", "destination": "/index.html" } ], "headers": [ { "source": "/assets/:path*", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }, { "source": "/pwa/:path*", "headers": [ { "key": "Cache-Control", "value": "public, max-age=604800" } ] }, { "source": "/index.html", "headers": [ { "key": "Cache-Control", "value": "no-cache" } ] }, { "source": "/sw.js", "headers": [ { "key": "Cache-Control", "value": "no-cache" } ] }, { "source": "/sw-cache-manager.js", "headers": [ { "key": "Cache-Control", "value": "no-cache" } ] } ], "github": { "silent": true } }