We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa03d7 commit 5c12660Copy full SHA for 5c12660
vite.config.ts
@@ -12,8 +12,8 @@ export default defineConfig(({ mode }) => {
12
},
13
plugins: [react()],
14
define: {
15
- 'process.env.API_KEY': JSON.stringify("AIzaSyD3HogACWxdr08Kbz7CmFfEPA-1xCMeu4c"),
16
- 'process.env.GEMINI_API_KEY': JSON.stringify("AIzaSyD3HogACWxdr08Kbz7CmFfEPA-1xCMeu4c")
+ 'process.env.API_KEY': JSON.stringify(""),
+ 'process.env.GEMINI_API_KEY': JSON.stringify("")
17
18
resolve: {
19
alias: {
0 commit comments