From a998ad564b840bce2def6a5a7ad9ec8c36e2ade4 Mon Sep 17 00:00:00 2001 From: t404owo Date: Sun, 7 Dec 2025 19:38:44 +0100 Subject: [PATCH] Update Supabase key in index.js Replaced the Supabase key with a publishable key. --- assets/js/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/js/index.js b/assets/js/index.js index 52a7d27..1c6bde7 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -17,8 +17,7 @@ half_img_cards = document.querySelector(".half-image-cards"); import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js/+esm"; const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co"; -const supabaseKey = - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im93YmFtY3FkbXFldHJnY3pueHZhIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjI5NDU5NjIsImV4cCI6MjAzODUyMTk2Mn0.xNen7b513ZGwJ-Qu5iZ6K8qrmvy4QVjS10wiYbEEwKc"; +const supabaseKey = "sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv"; //anon key, you cant access private stuffs or add hilarious stuffs w/ this... //(unless sending me some malicious links but I delete your msg) //the moment you notice you need an API endpoint.