{ "hosting": { "public": "build", "rewrites": [ { "source": "**", "destination": "/index.html" } ], "headers": [ { "source": "**/static/**", "headers": [ { "key": "Cache-Control", "value": "max-age=31536000" } ] }, { "source": "**/*.@(jpg|jpeg|gif|png|svg)", "headers": [ { "key": "Cache-Control", "value": "max-age=31536000" } ] } ] } }