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',