diff --git a/web-app/vite.config.js b/web-app/vite.config.js index ae3babd..317f4ed 100644 --- a/web-app/vite.config.js +++ b/web-app/vite.config.js @@ -20,5 +20,8 @@ export default defineConfig({ // Defines envrionmental files across all src code b/c prefix is usually "VITE" define: { 'import.meta.env.GEMINI_API_KEY': JSON.stringify(process.env.GEMINI_API_KEY), - } + }, + preview: { + allowHost: "astrachat.christbru.services" + } });