{ "hosting": { "public": "dist", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "headers": [ { "source": "**/*.@(js|css|woff2|png|svg)", "headers": [ { "key": "Cache-Control", "value": "max-age=7200" } ] } ], "rewrites": [ { "source": "**", "destination": "/index.html" } ] } }