From 23210ce689f1ffa3b0b7d1623910cf26282bd6cd Mon Sep 17 00:00:00 2001 From: t404owo Date: Sun, 7 Dec 2025 19:44:08 +0100 Subject: [PATCH] Update Supabase JS library import to latest version --- 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 1c6bde7..02e5662 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/+esm"; +import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js@latest"; const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co"; const supabaseKey = "sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv";