You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
427 B
25 lines
427 B
{ |
|
"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" |
|
} |
|
] |
|
} |
|
}
|
|
|