25 lines
427 B
JSON
25 lines
427 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|