fix: match public routes with the public routes on prod

This commit is contained in:
Spectralitree
2021-12-12 23:09:28 +01:00
parent 2579875c6a
commit 6197bf03cc
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
<Route path="/"><Home /></Route>
<Route path="dash"><Dash /></Route>
<Route path="settings"><Settings /></Route>
<Route path="public/*">
<Route path="profile/*">
<Route path="/"><Public /></Route>
<Route path = "s/:id">
<System />