From 4cb191f2e071782bece4322a78f2be5dfa87714c Mon Sep 17 00:00:00 2001 From: t404owo Date: Sun, 7 Dec 2025 20:14:56 +0100 Subject: [PATCH] Update Supabase JS library version to 2 --- 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 02e5662..909adb8 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@latest"; +import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"; const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co"; const supabaseKey = "sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv";