diff --git a/astro.config.mjs b/astro.config.mjs index 92d350f..4097853 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -68,7 +68,7 @@ console.log( const redirects = {}; // Skip the marketing homepage for self-hosted users -if (!isBossServer || isBossServer !== true) { +if (!isBossServer && isBossServer !== true) { redirects['/'] = '/check'; }