Skip to content

Commit

Permalink
updated vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RamakrushnaBiswal committed Sep 21, 2024
1 parent 8575b26 commit a0984c0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"rewrites": [
{ "source": "/", "destination": "/" },
{ "source": "/register", "destination": "/" },
{ "source": "/about", "destination": "/" },
{ "source": "/menu", "destination": "/" },
{ "source": "/boardgame", "destination": "/" },
{ "source": "/event", "destination": "/" },
{ "source": "/book", "destination": "/" },
{ "source": "*", "destination": "/" }
]
}
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
}

0 comments on commit a0984c0

Please sign in to comment.