Skip to content

Commit

Permalink
Merge pull request #678 from codeforpdx/676-vercel-404-routing-fix-up…
Browse files Browse the repository at this point in the history
…dated-route

fixed vercel.json to allow redirects in vercel
  • Loading branch information
leekahung authored Sep 20, 2024
2 parents 007d6e6 + fa325f3 commit 2a8aa54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"redirects": [
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html",
"permanent": true
"destination": "/"
}
]
}

0 comments on commit 2a8aa54

Please sign in to comment.