diff --git a/vite.config.ts b/vite.config.ts index 91d800b..fac79ff 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,7 +9,7 @@ export default defineConfig({ port: 8084, strictPort: true, host: '0.0.0.0', - allowedHosts: 'matrix.halfbinary.net' + allowedHosts: ['matrix.halfbinary.net'] }, server: { port: 8084,