|
|
@ -2,10 +2,29 @@
|
|
|
|
"hosting": {
|
|
|
|
"hosting": {
|
|
|
|
"public": "build/web",
|
|
|
|
"public": "build/web",
|
|
|
|
"site": "ashehwkdkdjruejdnensjsjdne",
|
|
|
|
"site": "ashehwkdkdjruejdnensjsjdne",
|
|
|
|
"ignore": [
|
|
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
|
|
|
"firebase.json",
|
|
|
|
"headers": [
|
|
|
|
"**/.*",
|
|
|
|
{
|
|
|
|
"**/node_modules/**"
|
|
|
|
"source": "**/*.@(jpg|jpeg|gif|png)",
|
|
|
|
|
|
|
|
"headers": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"key": "Cache-Control",
|
|
|
|
|
|
|
|
"value": "max-age=3600"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"source": "**",
|
|
|
|
|
|
|
|
"headers": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"key": "Cache-Control",
|
|
|
|
|
|
|
|
"value": "no-cache, no-store, must-revalidate"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"storage": {
|
|
|
|
|
|
|
|
"rules": "storage.rules"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|