Update vercel.json

This commit is contained in:
Honkertonken 2024-03-16 13:12:34 +05:30 committed by GitHub
parent 35113ed522
commit 162da3b22b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }],
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
],
"headers": [
{
"source": "/(.*)",