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