We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d613932 commit ad5e2fbCopy full SHA for ad5e2fb
1 file changed
index.html
@@ -190,6 +190,7 @@ <h1 class="text-5xl font-semibold tracking-tight sm:text-7xl">
190
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@latest/dist/umd/supabase.js"></script>
191
192
<script>
193
+
194
const SUPABASE_URL = "https://ixrcmespfkbvubxsaqvf.supabase.co";
195
const SUPABASE_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Iml4cmNtZXNwZmtidnVieHNhcXZmIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjM1ODc3MDgsImV4cCI6MjA3OTE2MzcwOH0.OONsZEtb-VUAsBgTICYixl8M-GU4dMT6FK-Gg3s3i94";
196
0 commit comments