mirror of
https://github.com/Lissy93/web-check.git
synced 2025-02-16 18:30:48 +01:00
chore: Redirect /about to /check/about
This commit is contained in:
parent
8f552147ed
commit
f4196c79d4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user