Files
tv-randshow/firebase.json
2024-07-13 11:24:38 +02:00

66 lines
1.3 KiB
JSON

{
"hosting": {
"public": "build/web/",
"ignore": [
"firebase.json",
"**/.*"
],
"redirects": [
{
"source": "https://www.tvrandshow.com/",
"destination": "https://tvrandshow.com/",
"type": 301
},
{
"source": "http://www.tvrandshow.com/",
"destination": "https://tvrandshow.com/",
"type": 301
}
],
"headers": [
{
"source": "**/*.@(eot|otf|ttf|ttc|woff|font.css)",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
]
},
{
"source": "**/*.@(jpg|jpeg|gif|png|webp)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=7200"
}
]
},
{
"source": "**/*.@(css|js)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=7200"
}
]
},
{
"source": "404.html",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=300"
}
]
}
],
"rewrites": [
{
"source": "/",
"destination": "/index.html"
}
]
}
}