Add project URL

The project URL has been added.
This commit is contained in:
gpt-engineer-app[bot] 2025-02-26 17:02:54 +00:00
parent bd29eefcef
commit 134e7d12e3

View file

@ -8,7 +8,7 @@ import { toast } from "sonner";
import { createClient } from "@supabase/supabase-js";
// Initialize Supabase client with proper error handling
const supabaseUrl = import.meta.env.VITE_SUPABASE_URL;
const supabaseUrl = "https://ikmbnngahzcellthaysf.supabase.co";
const supabaseAnonKey = import.meta.env.VITE_SUPABASE_ANON_KEY;
if (!supabaseUrl || !supabaseAnonKey) {