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,6 +1,8 @@
{ {
"routes": [ "cleanUrls": true,
{ "handle": "filesystem" }, "trailingSlash": false,
{ "src": "/(.*)", "status": 404, "dest": "/404.html" } "routes": [
] { "handle": "filesystem" },
} { "src": "/(.*)", "status": 404, "dest": "/404.html" }
]
}