From a99c8d52bd67fb3162ca6533c903c3b040f86a80 Mon Sep 17 00:00:00 2001 From: John Parkhurst Date: Wed, 11 Jun 2025 17:58:31 -0400 Subject: [PATCH] Update vite.config.js --- web/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/vite.config.js b/web/vite.config.js index 7dca159..ffaabbd 100644 --- a/web/vite.config.js +++ b/web/vite.config.js @@ -11,7 +11,7 @@ export default defineConfig(({ mode = 'local' }) => { plugins: [react()], server:{ host: true, - allowedHosts: ['shift-dev.code-catalyst.com', 'shift.code-catalyst.com'], + allowedHosts: ['.code-catalyst.com'], cors: true, hmr: isDev ? {