mirror of
https://github.com/DungeonPaper/dungeon-paper-app.git
synced 2026-05-18 01:59:04 +00:00
37 lines
674 B
JSON
37 lines
674 B
JSON
{
|
|
"hosting": {
|
|
"public": "build/web",
|
|
"target": "dungeon-paper-web",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "/(index.html)?",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "no-cache, max-age=0"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/service-worker.js",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "no-cache, max-age=0"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
} |