From 8a859e9d4aa30febf9b5a8ee8ed0ee829169a185 Mon Sep 17 00:00:00 2001 From: "Kar l5.G" Date: Sat, 22 Mar 2025 17:45:42 +0530 Subject: [PATCH] server --- astro.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 0f0987d..6bcf64e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -15,6 +15,11 @@ export default defineConfig({ preview: { allowedHosts: ['chat-with-ai.s38.siliconpin.com'], }, + server: { + host: true, // Allow all hosts + // OR specify the exact host: + // host: 'chat-with-ai.s38.siliconpin.com', + }, plugins: [ chunkSplitPlugin({ strategy: 'default',