Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<!-- DNS Prefetch & Preconnect — reduce network dependency chain -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://nmojwpihnslkssljowjh.supabase.co" />
<link rel="preconnect" href="https://nmojwpihnslkssljowjh.supabase.co" crossorigin />
<link rel="dns-prefetch" href="https://doufsxqlfjyuvxuezpln.supabase.co" />
<link rel="preconnect" href="https://doufsxqlfjyuvxuezpln.supabase.co" crossorigin />
Comment on lines +48 to +49

<!-- Load Google Fonts — non-render-blocking via media swap -->
<!-- Inter está incluído porque é a fonte das skins Opera GX (família do Cloudflare Sans). -->
Expand Down
4 changes: 2 additions & 2 deletions src/integrations/supabase/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import { createClient } from '@supabase/supabase-js';
import type { Database } from "./types";

const SUPABASE_URL = "https://pqpdolkaeqlyzpdpbizo.supabase.co";
const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InBxcGRvbGthZXFseXpwZHBiaXpvIiwicm9sZSI6ImFub24iLCJpYXQiOjE3Nzg4NzEwNTcsImV4cCI6MjA5NDQ0NzA1N30.j9Kk_nu8J5OUn3pcDmRETLMwkhddXmtiSjgI-KCEnrc";
const SUPABASE_URL = "https://doufsxqlfjyuvxuezpln.supabase.co";
const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImRvdWZzeHFsZmp5dXZ4dWV6cGxuIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjczODY2NDMsImV4cCI6MjA4Mjk2MjY0M30.nm3WMOBSx5SUnIBmvF_Mj0Y-4hV6UohrBF0sUpuQvPc";

Comment on lines +5 to 7
// Import the supabase client like this:
// import { supabase } from "@/integrations/supabase/client";
Expand Down
Loading