From 42da37e737e1d151b0bde3cc3a36a7ffa671ea6a Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 23 Apr 2025 18:58:22 +0200 Subject: [PATCH] feat: disable trailing slashes in Vercel configuration --- docs/vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vercel.json b/docs/vercel.json index b27d1ff24..5995bb923 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -1,4 +1,5 @@ { + "trailingSlash": false, "rewrites": [ { "source": "/stats/js/script.js",