Create vercel.json

This commit is contained in:
Ray 2024-07-22 17:54:53 +10:00 committed by GitHub
parent f8003ef930
commit e65310fb56
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": "/"}
]
}