This commit is contained in:
Ray 2024-07-23 03:46:30 +00:00 committed by GitHub
commit 30043d7a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

5
vercel.json Normal file
View File

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