From 43f91d7197c5a350d8d7349afdb849db3c8af5ea Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 13 Aug 2022 03:40:56 -0400 Subject: [PATCH] Trying to fix 404 problem with vercel --- vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..ad87958 --- /dev/null +++ b/vercel.json @@ -0,0 +1,6 @@ +{ + "routes": [ + { "handle": "filesystem" }, + { "src": "/(.*)", "status": 404, "dest": "/404.html" } + ] + } \ No newline at end of file