mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-24 21:51:34 +10:00
64 lines
1.2 KiB
JSON
64 lines
1.2 KiB
JSON
{
|
|
"hosting": [{
|
|
"target": "rxresume-staging",
|
|
"public": "public",
|
|
"ignore": [
|
|
"**/.*",
|
|
"firebase.json",
|
|
"**/node_modules/**"
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "**/*",
|
|
"headers": [
|
|
{
|
|
"key": "cache-control",
|
|
"value": "cache-control: public, max-age=0, must-revalidate"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "static/**",
|
|
"headers": [
|
|
{
|
|
"key": "cache-control",
|
|
"value": "public, max-age=31536000, immutable"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "**/*.@(css|js)",
|
|
"headers": [
|
|
{
|
|
"key": "cache-control",
|
|
"value": "public, max-age=31536000, immutable"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "sw.js",
|
|
"headers": [
|
|
{
|
|
"key": "cache-control",
|
|
"value": "cache-control: public, max-age=0, must-revalidate"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}],
|
|
"emulators": {
|
|
"functions": {
|
|
"port": 5001
|
|
},
|
|
"hosting": {
|
|
"port": 5000
|
|
},
|
|
"ui": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"functions": {
|
|
"source": "functions"
|
|
}
|
|
}
|