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