Patch allowedHosts

This commit is contained in:
Christbru 2025-10-19 01:34:32 -05:00
commit 855fea6b66

View file

@ -22,6 +22,6 @@ export default defineConfig({
'import.meta.env.GEMINI_API_KEY': JSON.stringify(process.env.GEMINI_API_KEY), 'import.meta.env.GEMINI_API_KEY': JSON.stringify(process.env.GEMINI_API_KEY),
}, },
preview: { preview: {
allowHost: "astrachat.christbru.services" allowedHosts: ["astrachat.christbru.services"]
} }
}); });