Add firebase deploy

This commit is contained in:
schmelczerandras 2020-09-24 13:37:28 +02:00
parent da9e1eed50
commit cd680078e7
6 changed files with 37 additions and 148 deletions

20
firebase.json Normal file
View file

@ -0,0 +1,20 @@
{
"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
}
]
}
}