Skip to content

Commit

Permalink
Add vercel rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Aug 8, 2023
1 parent 8686a7c commit b3bdff4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
}

0 comments on commit b3bdff4

Please sign in to comment.