mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 09:58:46 +00:00
Update Supabase import path to ESM version
This commit is contained in:
@@ -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/+esm";
|
||||
|
||||
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
|
||||
const supabaseKey =
|
||||
|
||||
Reference in New Issue
Block a user