wf4/firebase.json
webfussel d4b1a06bd0 FIX: firebase cache
Better caching policies
2025-02-02 00:52:18 +01:00

17 lines
337 B
JSON

{
"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/**"
]
}
}