Skip to content

Commit

Permalink
Firebase hosting rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmKio committed Mar 16, 2024
1 parent 0f36443 commit 38a9998
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions firebase/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
},
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 38a9998

Please sign in to comment.