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