feat: add vercel.json

This commit is contained in:
thehrz 2024-11-23 16:44:18 +08:00
parent dbaec17fad
commit b3110bde9d
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

3
vercel.json Normal file
View File

@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}