diff --git a/vercel.json b/vercel.json index ad87958..f1abe8f 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,8 @@ { - "routes": [ - { "handle": "filesystem" }, - { "src": "/(.*)", "status": 404, "dest": "/404.html" } - ] - } \ No newline at end of file + "cleanUrls": true, + "trailingSlash": false, + "routes": [ + { "handle": "filesystem" }, + { "src": "/(.*)", "status": 404, "dest": "/404.html" } + ] +}