Allowlist the rest of the zane.org domains

This commit is contained in:
2026-05-03 19:07:59 +00:00
parent fe985cb271
commit de63ffa025

View File

@@ -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']
}
}
})