Skip to content

Commit e098ae6

Browse files
committed
add vercel config for SPA setup to connect
1 parent e9025fd commit e098ae6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/connect/vercel.json

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

0 commit comments

Comments
 (0)