Skip to content

Commit

Permalink
Merge pull request #106 from franfreezy/main
Browse files Browse the repository at this point in the history
Fix redirects
  • Loading branch information
franfreezy authored Dec 7, 2024
2 parents cb33478 + c634fc8 commit 0da8f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
2 changes: 1 addition & 1 deletion staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"routes": [
{
"route": "/*",
"rewrite": "/index.html"
"serve": "/index.html"
}
]
}

0 comments on commit 0da8f1f

Please sign in to comment.