diff --git a/vite.config.js b/vite.config.js index a251fab..392bd3c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -6,7 +6,7 @@ export default defineConfig({ server: { host: '0.0.0.0', port: 3000, - allowedHosts: ['177.73.177.75', 'localhost'], + allowedHosts: ['177.73.177.75', 'localhost', '10.0.120.77'], }, preview: { host: '0.0.0.0',