Skip to content

Commit

Permalink
fix: vercel route 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann authored Jan 14, 2024
1 parent 1809303 commit 56e7f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rewrites": [
{"source": "/(.*)", "destination": "/"}
"routes": [
{ "src": "/[^.]+", "dest": "/", "status": 200 }
]
}

0 comments on commit 56e7f92

Please sign in to comment.