Skip to content

Commit f087b0c

Browse files
committed
fix: Vercel 라우팅 문제 해결을 위한 vercel.json 추가
1 parent 7d10053 commit f087b0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"rewrites": [
3+
{ "source": "/auth/callback", "destination": "/index.html" },
4+
{ "source": "/(.*)", "destination": "/index.html" }
5+
]
6+
}

0 commit comments

Comments
 (0)