#hey - i am running into some pretty

1 messages · Page 1 of 1 (latest)

crystal gyro
#

This is my firebase.json

#

{
"hosting": {
"target": "app",
"public": "dist/pwa",
"ignore": ["firebase.json", "/.*", "/node_modules/"],
"rewrites": [
{
"source": "
",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/service-worker.js",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
}
]
},
{
"source": "/",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
}
]
},
{
"source": "
/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=604800"
}
]
}
]
}
}