mirror of
https://codeberg.org/alicia/web-check.git
synced 2026-03-14 22:55:47 +01:00
chore: Redirect /about to /check/about
This commit is contained in:
parent
8f552147ed
commit
f4196c79d4
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue