mirror of https://github.com/flutter/pinball.git
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.
34 lines
661 B
34 lines
661 B
{
|
|
"firestore": {
|
|
"rules": "firestore.rules"
|
|
},
|
|
"hosting": {
|
|
"public": "build/web",
|
|
"site": "ashehwkdkdjruejdnensjsjdne",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
|
"headers": [
|
|
{
|
|
"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"
|
|
}
|
|
}
|