add firebase

This commit is contained in:
2023-05-19 23:38:43 +02:00
parent 14018e7606
commit 0ac2e00399
6 changed files with 10645 additions and 2 deletions

17
firebase.json Normal file
View File

@@ -0,0 +1,17 @@
{
"hosting": {
"target": "contexted-v3",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}