From 3f266630b4e417a67856bc13abbd70fa4909c63e Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 24 Mar 2024 04:31:17 +0100 Subject: [PATCH] Enabled trailing slash again. --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 80e86d7..b0603ca 100644 --- a/vite.config.js +++ b/vite.config.js @@ -19,7 +19,7 @@ export default { redirects: { '/': '/updates', }, - trailingSlash: false, // for some reason /tags breaks without this, ERR_TOO_MANY_REDIRECTS + trailingSlash: true, // for some reason /tags breaks without this, ERR_TOO_MANY_REDIRECTS }), ], css: {