{ "hosting": { "headers": [{ "source" : "**/*.@(js|css|jpg|jpeg|gif|png|svg|webp|woff2)", "headers" : [ { "key" : "Cache-Control", "value" : "max-age=31536000" } ] }], "public": ".output/public", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] } }