diff --git a/web/vite.config.js b/web/vite.config.js index 4de0c9d..3d94049 100644 --- a/web/vite.config.js +++ b/web/vite.config.js @@ -7,11 +7,11 @@ export default defineConfig({ plugins: [react()], server:{ host: true, - allowedHosts: ['shift.code-catalyst.com'], + allowedHosts: ['.code-catalyst.com'], cors: true, hmr: { protocol: 'wss', - host: 'shift.code-catalyst.com', + host: '.code-catalyst.com', clientPort: 443, } },