diff --git a/vite.config.ts b/vite.config.ts index de17906..9f8c547 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -51,7 +51,7 @@ export default defineConfig({ server: { host: '0.0.0.0', port: 3000, - allowedHosts: ['radar.roo.lol'], + allowedHosts: ['radar.roo.lol', 'zendo.brechtel', '100.73.14.1'], proxy: { '/api': 'http://localhost:3001' } @@ -65,4 +65,4 @@ export default defineConfig({ } } } -}) \ No newline at end of file +})