From 5839e247b1a04678c0bc7c3c177fad6af267b8af Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Mon, 20 Feb 2023 15:54:26 +0300 Subject: [PATCH] hotfix-vercel-config --- vercel.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/vercel.json b/vercel.json index 6a878472..6e060624 100644 --- a/vercel.json +++ b/vercel.json @@ -3,6 +3,21 @@ { "source": "/((?!assets/).*)", "destination": "/api/ssr.js" + }, + + { + "source": "/api/feedback", + "destination": "/api/feedback.js" + }, + + { + "source": "/api/newsletter", + "destination": "/api/newsletter.js" + }, + + { + "source": "/api/upload", + "destination": "/api/upload.mjs" } ] }