Skip to content

Commit a55c5a9

Browse files
committed
feat: add vercel configuration for URL rewrites
1 parent 530ac36 commit a55c5a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/console/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"rewrites": [
3+
{ "source": "/((?!assets|mockServiceWorker\\.js).*)", "destination": "/index.html" }
4+
]
5+
}

0 commit comments

Comments
 (0)