From 366cb4662620e5f9089abd447453bd72bc37a269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Byr=C3=A9n?= Date: Sat, 17 Jun 2023 11:12:46 +0200 Subject: [PATCH] Add Vercel Conf --- vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 000000000..5353ac342 --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/stats/:match*", + "destination": "https://analytics.codeclarity.ai/:match*" + } + ] +} \ No newline at end of file