17 lines
337 B
JSON
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/**"
|
|
]
|
|
}
|
|
}
|