Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jun 7, 2024
1 parent de3375a commit 461d2e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"rewrites": [
"routes": [
{
"source": "/(.*)",
"destination": "/"
"src": "/(.*)",
"dest": "/index.html"
}
]
}

0 comments on commit 461d2e9

Please sign in to comment.