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

5
vercel.json Normal file
View file

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