mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 09:58:46 +00:00
Fix import statement for Supabase client
This commit is contained in:
@@ -14,7 +14,7 @@ let album_cards = document.querySelector(".album-cards"),
|
|||||||
half_img_cards = document.querySelector(".half-image-cards");
|
half_img_cards = document.querySelector(".half-image-cards");
|
||||||
|
|
||||||
//The Database call.
|
//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/";
|
||||||
|
|
||||||
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
|
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
|
||||||
const supabaseKey =
|
const supabaseKey =
|
||||||
|
|||||||
Reference in New Issue
Block a user