deploying to firebase

This commit is contained in:
itsamejms
2026-06-09 09:40:46 +01:00
parent 05c7d6aef3
commit 4acaba19aa
4 changed files with 24 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"hosting": {
"site": "ledex-demo",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}