From 0dbd31b10f1dde48845f495e0012e39236a4f930 Mon Sep 17 00:00:00 2001 From: Amber <64984313+amberhawker@users.noreply.github.com> Date: Sun, 8 Mar 2026 01:32:42 -0800 Subject: [PATCH] add allowedhost --- frontend/vite.config.js | 1 + 1 file changed, 1 insertion(+) 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',