From 2b6092d14a79ee904ba10d72a11a2e5f932f7811 Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Wed, 6 Nov 2024 11:08:37 -0500 Subject: [PATCH] add another rewrite --- next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 33676d7..52494c4 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,6 +7,10 @@ const nextConfig = { source: "/umami.js", destination: "http://145.223.79.119:3000/script.js", }, + { + source: "/api/send", + destination: "http://145.223.79.119:3000/api/send", + }, ]; }, };