Skip to content

Commit

Permalink
Merge pull request #152 from UCLA-IRL/varun/firebase-rewrite
Browse files Browse the repository at this point in the history
firebase: rewrite all to index for PWA
  • Loading branch information
zjkmxy authored Nov 16, 2024
2 parents 1e2c836 + 3a8bd3d commit d53f414
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"hosting": {
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit d53f414

Please sign in to comment.