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: {