Add cleanUrls and trailingSlash to vercel.json

This commit is contained in:
prototypa
2022-08-13 04:03:25 -04:00
parent 43f91d7197
commit 435a14e008

View File

@ -1,4 +1,6 @@
{ {
"cleanUrls": true,
"trailingSlash": false,
"routes": [ "routes": [
{ "handle": "filesystem" }, { "handle": "filesystem" },
{ "src": "/(.*)", "status": 404, "dest": "/404.html" } { "src": "/(.*)", "status": 404, "dest": "/404.html" }