We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5a5eb commit e4ecd0dCopy full SHA for e4ecd0d
vite.config.ts
@@ -26,10 +26,10 @@ export default defineConfig({
26
define: {
27
"import.meta.env.VITE_IS_DEMO": JSON.stringify(process.env.VITE_IS_DEMO),
28
"import.meta.env.VITE_SUPABASE_URL": JSON.stringify(
29
- process.env.VITE_IS_DEMO,
+ process.env.VITE_SUPABASE_URL,
30
),
31
"import.meta.env.VITE_SUPABASE_ANON_KEY": JSON.stringify(
32
+ process.env.VITE_SUPABASE_ANON_KEY,
33
34
"import.meta.env.VITE_INBOUND_EMAIL": JSON.stringify(
35
process.env.VITE_INBOUND_EMAIL,
0 commit comments