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