chore: Redirect /about to /check/about

This commit is contained in:
Alicia Sykes 2024-06-08 15:20:14 +01:00
parent 8f552147ed
commit f4196c79d4

View File

@ -65,7 +65,9 @@ console.log(
`to help fund maintenance & development.\x1b[0m\n`,
);
const redirects = {};
const redirects = {
'/about': '/check/about',
};
// Skip the marketing homepage for self-hosted users
if (!isBossServer && isBossServer !== true) {