Skip to content

Commit eb4854a

Browse files
Change Supabase configuration in index.html
Updated Supabase URL and ANON key in index.html.
1 parent ec5de5b commit eb4854a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ <h2 style="margin:0 0 8px;">Welcome to Nebula</h2>
498498
</div>
499499

500500
<script>
501-
const SUPABASE_URL = "YOUR_SUPABASE_URL";
502-
const SUPABASE_ANON_KEY = "YOUR_SUPABASE_ANON_KEY";
501+
const SUPABASE_URL = "https://vvavdtlhrxeksyvmndpr.supabase.co";
502+
const SUPABASE_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InZ2YXZkdGxocnhla3N5dm1uZHByIiwicm9sZSI6ImFub24iLCJpYXQiOjE3ODQyMjI4NzIsImV4cCI6MjA5OTc5ODg3Mn0.SInEYYuBOMEuOgeFOkFB1DyuEJplz9rDfgnA18qcb3Q";
503503
const supabaseClient = window.supabase.createClient(SUPABASE_URL, SUPABASE_ANON_KEY);
504504

505505
const authOverlay = document.getElementById("authOverlay");

0 commit comments

Comments
 (0)