Enabled trailing slash again.

This commit is contained in:
DebaucheryLibrarian 2024-03-24 04:31:17 +01:00
parent c4002fddf0
commit 3f266630b4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default {
redirects: { redirects: {
'/': '/updates', '/': '/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: { css: {