mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
Fix import URL for Supabase client
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js@latest/+esm";
|
||||
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