Add Vercel Conf

This commit is contained in:
Filip Byrén 2023-06-17 11:12:46 +02:00
parent 586529a5ca
commit 366cb46626

8
vercel.json Normal file
View file

@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/stats/:match*",
"destination": "https://analytics.codeclarity.ai/:match*"
}
]
}