From 9001ec9e38b7a29d196ed9fa983506fe62e92e5b Mon Sep 17 00:00:00 2001 From: t404owo Date: Sun, 7 Dec 2025 19:26:05 +0100 Subject: [PATCH] Fix import statement for Supabase client --- 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 8359089..32a9645 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/"; +import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js"; const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co"; const supabaseKey =