Change Supabase import URL to a package reference

This commit is contained in:
t404owo
2025-12-07 20:22:31 +01:00
committed by GitHub
parent bb2f59f974
commit 9f398ccb5d

View File

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