Skip to content

Commit

Permalink
Merge pull request #98 from awest25/app-router
Browse files Browse the repository at this point in the history
firebase dynamic route rewrites+cleanurl
  • Loading branch information
Fredenck authored Mar 1, 2024
2 parents 3719eeb + 9241541 commit 626a80e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"hosting": {
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
"public": "out",
"ignore": ["firebase.json","**/.*","**/node_modules/**"],
"cleanUrls": true,
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"frameworksBackend": {
"region": "us-central1"
Expand Down

0 comments on commit 626a80e

Please sign in to comment.