Update vercel.json

This commit is contained in:
Aldess 2023-11-23 21:11:43 +01:00 committed by GitHub
commit 258085fdbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,6 @@
}], }],
"routes": [{ "routes": [{
"src": "/(.*)", "src": "/(.*)",
"dest": "index.js" "dest": "server.js"
}] }]
} }