From 855fea6b66d5aa6ddad2b154a79179d96caeec18 Mon Sep 17 00:00:00 2001 From: Christbru Date: Sun, 19 Oct 2025 01:34:32 -0500 Subject: [PATCH] Patch allowedHosts --- web-app/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/vite.config.js b/web-app/vite.config.js index 317f4ed..489ef37 100644 --- a/web-app/vite.config.js +++ b/web-app/vite.config.js @@ -22,6 +22,6 @@ export default defineConfig({ 'import.meta.env.GEMINI_API_KEY': JSON.stringify(process.env.GEMINI_API_KEY), }, preview: { - allowHost: "astrachat.christbru.services" + allowedHosts: ["astrachat.christbru.services"] } });