From de63ffa0257ab0d9f279cfeb94d55395e4819808 Mon Sep 17 00:00:00 2001 From: Zane V Date: Sun, 3 May 2026 19:07:59 +0000 Subject: [PATCH] Allowlist the rest of the zane.org domains --- .vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 43e2420..fa57107 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -40,7 +40,7 @@ export default defineConfig({ }, vite: { server: { - allowedHosts: ['jibohacks.zane.org'] + allowedHosts: ['jibohacks.zane.org', 'jibohacks1.zane.org', 'jibohacks2.zane.org', 'jibohacks3.zane.org'] } } }) \ No newline at end of file