Skip to content

Commit

Permalink
chore: update next config (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Mar 11, 2024
1 parent 27a3671 commit a764a99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/dapp/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ const nextConfig = {
},
env: {
USE_LOCAL: process.env.USE_LOCAL || 'false',
NEXT_PUBLIC_SUPABASE_URL:
process.env.NEXT_PUBLIC_SUPABASE_URL ||
'https://vfxyvzkprpeegheyapzg.supabase.co',
NEXT_PUBLIC_SUPABASE_ANON_KEY:
process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY ||
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InZmeHl2emtwcnBlZWdoZXlhcHpnIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MDExMDEwNjcsImV4cCI6MjAxNjY3NzA2N30.6hR8wsUp0grypTcvaH553CLg8Badz7CzamflDPLBeqU',
},
typescript: {
// We can ignore build errors because we are using tsc to type check
Expand Down

0 comments on commit a764a99

Please sign in to comment.