Skip to content

Commit

Permalink
add firebase.json (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: Andi Braimllari <>
  • Loading branch information
AndiBraimllari authored May 1, 2023
1 parent bec01b6 commit 01b1cbf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist/quill",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 01b1cbf

Please sign in to comment.