From f825675cf0242cc7c6732b1cf00e84e1d80b93c0 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 13 Aug 2022 04:09:05 -0400 Subject: [PATCH] Move to previous state --- vercel.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index a8c222c..bea1584 100644 --- a/vercel.json +++ b/vercel.json @@ -1,8 +1,6 @@ { - "cleanUrls": true, - "trailingSlash": false, "routes": [ { "handle": "filesystem" }, - { "src": "/(.*)", "status": 404, "dest": "/404" } + { "src": "/(.*)", "status": 404, "dest": "/404.html" } ] }