29 lines
629 B
JSON
29 lines
629 B
JSON
{
|
|
"hosting": {
|
|
"headers": [{
|
|
"source" : "**/*.@(eot|otf|ttf|ttc|woff|font.css)",
|
|
"headers" : [ {
|
|
"key" : "Access-Control-Allow-Origin",
|
|
"value" : "*"
|
|
} ]
|
|
}, {
|
|
"source" : "**/*.@(js|css)",
|
|
"headers" : [ {
|
|
"key" : "Cache-Control",
|
|
"value" : "max-age=604800"
|
|
} ]
|
|
}, {
|
|
"source" : "**/*.@(jpg|jpeg|gif|png|svg)",
|
|
"headers" : [ {
|
|
"key" : "Cache-Control",
|
|
"value" : "max-age=604800"
|
|
} ]
|
|
}],
|
|
"public": ".output/public",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
]
|
|
}
|
|
}
|