Skip to content

Commit

Permalink
add frontend firebase json
Browse files Browse the repository at this point in the history
  • Loading branch information
trog committed Dec 4, 2021
1 parent 72bc392 commit 388c7f2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vue2/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "vue2/dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 388c7f2

Please sign in to comment.