Skip to content

Commit 9a852c7

Browse files
committed
chore: admin SPA 라우팅용 vercel.json 추가
1 parent 3bf863c commit 9a852c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/admin/vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
4+
}

0 commit comments

Comments
 (0)