add firebase

This commit is contained in:
2023-05-19 23:38:43 +02:00
parent 0f2b17dab9
commit 2fc81d5da6
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"
}
]
}
}