31 lines
613 B
JSON
31 lines
613 B
JSON
{
|
|
"hosting": {
|
|
"public": "dist",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
|
"site": "schmelczer-dev",
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/fizika",
|
|
"destination": "https://fizika.schmelczer.dev",
|
|
"type": 301
|
|
}
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "**/*.@(jpg|jpeg|gif|png|webm|mp4)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "max-age=31536000"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|