Skip to content

Commit

Permalink
Merge pull request #58 from Daellhin/dev
Browse files Browse the repository at this point in the history
fix: add rewrites for events and photos
  • Loading branch information
Daellhin authored Aug 24, 2024
2 parents 4f00a34 + 8588473 commit 091aa5a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"destination": "/fallback.html"
},
{
"source": "/pages/edit/**",
"source": "/events/**",
"destination": "/fallback.html"
},
{
"source": "/photos/**",
"destination": "/fallback.html"
}
],
Expand All @@ -31,4 +35,4 @@
},
"singleProjectMode": true
}
}
}

0 comments on commit 091aa5a

Please sign in to comment.