From 9f398ccb5db27beac5477103072e65e50aa70b89 Mon Sep 17 00:00:00 2001 From: t404owo Date: Sun, 7 Dec 2025 20:22:31 +0100 Subject: [PATCH] Change Supabase import URL to a package reference --- assets/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/index.js b/assets/js/index.js index 909adb8..f45f0f7 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -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";