{ "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ], "headers": [ { "source": "/service-worker.js", "headers": [ { "key": "Cache-Control", "value": "public, max-age=0, must-revalidate" } ] }, { "source": "/(.*\\\\.(js|css|png|jpg|jpeg|gif|ico|svg))$", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] } ] }