From b7fd379aecd3241d55d63de9933268127359943f Mon Sep 17 00:00:00 2001 From: bayanolla Date: Wed, 29 Oct 2025 17:59:55 +0300 Subject: [PATCH] added host --- vite.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index c87da0c..2854221 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,6 +8,10 @@ export default defineConfig(({ mode }) => ({ server: { host: "::", port: 8080, + allowedHosts: [ + "scsandrone-landingpage-14b553d9c869.hosted.ghaymah.systems", + // You can add more hosts here if needed + ], proxy: { '/api': { target: 'http://localhost:3001', // Updated to match the new server port