Skip to content

Commit 4948ac6

Browse files
authored
Merge pull request #21 from DguFarmSystem/fix/#16
fix: Vercel 라우팅 문제 해결을 위한 vercel.json 추가
2 parents a3e2ab3 + f087b0c commit 4948ac6

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)