Skip to content

Commit 8747332

Browse files
may resolve issue of 404 not found
1 parent 463c8b0 commit 8747332

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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": "/(.*)", "destination": "/index.html" }
4+
]
5+
}

0 commit comments

Comments
 (0)