Skip to content

Commit 5c53a0b

Browse files
committed
chore(vercel): add vercel.json to align 404 fallback with github pages
1 parent e22942e commit 5c53a0b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

vercel.json

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

0 commit comments

Comments
 (0)