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.
29 lines
515 B
29 lines
515 B
{ |
|
"database": { |
|
"rules": "database.rules.json" |
|
}, |
|
"hosting": { |
|
"public": "build", |
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], |
|
"headers": [ |
|
{ |
|
"source": "**/.jpg", |
|
"headers": [ |
|
{ |
|
"key": "Cache-Control", |
|
"value": "max-age=3000000" |
|
} |
|
] |
|
} |
|
], |
|
"rewrites": [ |
|
{ |
|
"source": "**", |
|
"destination": "/index.html" |
|
} |
|
] |
|
}, |
|
"storage": { |
|
"rules": "storage.rules" |
|
} |
|
}
|
|
|