mirror of
https://github.com/Lissy93/web-check.git
synced 2026-05-16 07:00:07 -04:00
fix: Redirect on main instance
This commit is contained in:
@@ -6,7 +6,7 @@ import HomeBackground from '@/components/homepage/HomeBackground';
|
||||
import AboutSection from '@/components/homepage/AboutSection.astro';
|
||||
import Footer from '@components/scafold/Footer.astro';
|
||||
|
||||
const isBossServer = import.meta.env.BOSS_SERVER === true;
|
||||
const isBossServer = import.meta.env.BOSS_SERVER === 'true';
|
||||
|
||||
const disableEverything = import.meta.env.VITE_DISABLE_EVERYTHING === true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user