mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-18 19:06:42 +02: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…
x
Reference in New Issue
Block a user