schmelczer-dev/firebase.json
2020-09-24 13:37:28 +02:00

20 lines
387 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
}
]
}
}