Skip to content

Commit e4e4d77

Browse files
Thunniniclaude
andcommitted
chore: add vercel.json for clean URLs and SPA fallback routing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7f346b7 commit e4e4d77

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/vercel.json

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

0 commit comments

Comments
 (0)