Add project URL
The project URL has been added.
This commit is contained in:
parent
bd29eefcef
commit
134e7d12e3
|
@ -8,7 +8,7 @@ import { toast } from "sonner";
|
||||||
import { createClient } from "@supabase/supabase-js";
|
import { createClient } from "@supabase/supabase-js";
|
||||||
|
|
||||||
// Initialize Supabase client with proper error handling
|
// 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;
|
const supabaseAnonKey = import.meta.env.VITE_SUPABASE_ANON_KEY;
|
||||||
|
|
||||||
if (!supabaseUrl || !supabaseAnonKey) {
|
if (!supabaseUrl || !supabaseAnonKey) {
|
||||||
|
|
Loading…
Reference in a new issue