From 64cd7fc83d43a0ad7db1b51214291736bd245b44 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 28 Jun 2024 20:31:02 -0400 Subject: Guestbook overhaul; Comments; New post; Updated packages --- vercel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vercel.json (limited to 'vercel.json') diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..fd26c34 --- /dev/null +++ b/vercel.json @@ -0,0 +1,12 @@ +{ + "rewrites": [ + { + "source": "/js/script.js", + "destination": "https://plausible.io/js/script.js" + }, + { + "source": "/api/event", + "destination": "https://plausible.io/api/event" + } + ] +} -- cgit v1.2.3