diff --git a/vite.config.ts b/vite.config.ts index bd8d2f0..50a53c4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,11 +8,12 @@ export default defineConfig({ preview: { port: 8084, strictPort: true, + allowedHosts: ['matrix.halfbinary.net'] }, server: { port: 8084, strictPort: true, host: true, //origin: "http://0.0.0.0:8084", - }, + } }) \ No newline at end of file