allow jibohacks.zane.org

This commit is contained in:
2026-05-03 16:30:07 +00:00
parent 312c8c7a90
commit fe985cb271

View File

@@ -37,5 +37,10 @@ export default defineConfig({
message: 'Not related to Jibo Inc. in any way.', message: 'Not related to Jibo Inc. in any way.',
copyright: 'Copyright © 2026-present Jibo Revival Group' copyright: 'Copyright © 2026-present Jibo Revival Group'
} }
},
vite: {
server: {
allowedHosts: ['jibohacks.zane.org']
}
} }
}) })