Skip to content

Commit

Permalink
Add routes config for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Jan 16, 2024
1 parent f3e0750 commit 6fdc933
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}

1 comment on commit 6fdc933

@vercel
Copy link

@vercel vercel bot commented on 6fdc933 Jan 16, 2024

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.