Update Supabase JS library import to latest version

This commit is contained in:
t404owo
2025-12-07 19:44:08 +01:00
committed by GitHub
parent a998ad564b
commit 23210ce689

View File

@@ -14,7 +14,7 @@ let album_cards = document.querySelector(".album-cards"),
half_img_cards = document.querySelector(".half-image-cards"); half_img_cards = document.querySelector(".half-image-cards");
//The Database call. //The Database call.
import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js/+esm"; import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js@latest";
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co"; const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
const supabaseKey = "sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv"; const supabaseKey = "sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv";