Add domain to allowed hosts
This commit is contained in:
parent
533e223a39
commit
d037f85d83
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue