mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
66 lines
1.3 KiB
JSON
66 lines
1.3 KiB
JSON
{
|
|
"hosting": [
|
|
{
|
|
"target": "rxresume",
|
|
"public": "public",
|
|
"ignore": [
|
|
"**/.*",
|
|
"firebase.json",
|
|
"**/node_modules/**"
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "**/*",
|
|
"headers": [
|
|
{
|
|
"key": "cache-control",
|
|
"value": "cache-control: public, max-age=86400, must-revalidate"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "static/**",
|
|
"headers": [
|
|
{
|
|
"key": "cache-control",
|
|
"value": "public, max-age=604800, immutable"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "**/*.@(css|js|woff2|jpg|png)",
|
|
"headers": [
|
|
{
|
|
"key": "cache-control",
|
|
"value": "public, max-age=86400, immutable"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "sw.js",
|
|
"headers": [
|
|
{
|
|
"key": "cache-control",
|
|
"value": "cache-control: public, max-age=86400, must-revalidate"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"emulators": {
|
|
"functions": {
|
|
"port": 5001
|
|
},
|
|
"hosting": {
|
|
"port": 5000
|
|
},
|
|
"ui": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"functions": {
|
|
"source": "functions"
|
|
}
|
|
}
|