Skip to content

Commit

Permalink
changed vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankaggarwal committed May 26, 2024
1 parent f50bbcc commit 5626fe0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"rewrites": [
{
"source": "/(.*)",
"destination": "/dist/index.html",
"status": 200
"destination": "/dist/index.html"
}
],
"cleanUrls": true,
"trailingSlash": false
"cleanUrls": true,
"trailingSlash": false
}

0 comments on commit 5626fe0

Please sign in to comment.