diff --git a/frontend/vite.config.js b/frontend/vite.config.js index aaed4c3..2c9137e 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -14,7 +14,7 @@ export default defineConfig({ server: { port: 3000, open: true, - allowedHosts: ['opinion.moreminimore.com'], + allowedHosts: 'all', proxy: { '/api': { target: 'http://localhost:5001',