Skip to content

Commit

Permalink
feat: adding redirects to route
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Oct 27, 2023
1 parent 23d4fd5 commit 42836f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"routes": [
{
"src": "/[^.]+",
"dest": "/",
"status": 200
}
]
}

1 comment on commit 42836f2

@vercel
Copy link

@vercel vercel bot commented on 42836f2 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.