diff --git a/vercel.json b/vercel.json index 7ed0fedb2..32aaaf36a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,8 @@ { - "rewrites": [ - { "source": "/stats.js", "destination": "/umami.js" } - ] - } \ No newline at end of file + "rewrites": [ + { + "source": "/stats.js", + "destination": "/umami.js" + } + ] +}