chore: Redirect /about to /check/about
This commit is contained in:
@@ -65,7 +65,9 @@ console.log(
|
|||||||
`to help fund maintenance & development.\x1b[0m\n`,
|
`to help fund maintenance & development.\x1b[0m\n`,
|
||||||
);
|
);
|
||||||
|
|
||||||
const redirects = {};
|
const redirects = {
|
||||||
|
'/about': '/check/about',
|
||||||
|
};
|
||||||
|
|
||||||
// Skip the marketing homepage for self-hosted users
|
// Skip the marketing homepage for self-hosted users
|
||||||
if (!isBossServer && isBossServer !== true) {
|
if (!isBossServer && isBossServer !== true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user