diff --git a/frontend/vite.config.js b/frontend/vite.config.js index e54c4c4..abbabfa 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -11,6 +11,7 @@ export default defineConfig({ }), ], server: { + allowedHosts: ['townsquare.mom', '*.townsquare.mom'], proxy: { '/api': { target: 'http://backend:8000',