mirror of
https://github.com/deandreamatias/tv-randshow.git
synced 2025-05-17 14:06:01 +08:00
66 lines
1.3 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|