Skip to content

Commit 5cfea7f

Browse files
committed
404 fix [ create file vercel.json and configure that for accessing extra routes
1 parent 8d02258 commit 5cfea7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vercel.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/(.*)",
5+
"destination": "/index.html"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)