Skip to content

Commit

Permalink
fix: move vercel json to router
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith123 committed Feb 27, 2025
1 parent 8c843e6 commit 0855304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions apps/router/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}
3 changes: 0 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}

0 comments on commit 0855304

Please sign in to comment.