File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
- VITE_SUPABASE_KEY = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImFrY3FsemJrZGJqdm9ydXFrbmZiIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjE2NDY0NzMsImV4cCI6MjAzNzIyMjQ3M30.oJYTloFIIz4cHUU1y-CuErKVvKC9mBoT6O50TSrceCU
2
- VITE_SUPABASE_URL = https://akcqlzbkdbjvoruqknfb.supabase.co
1
+
2
+ VITE_SUPABASE_KEY = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNxZGFlbmRidXBnbGFxcnlyY3dqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzQ1NDI1NDcsImV4cCI6MjA1MDExODU0N30.Inmp92u12ge9MPiW4Ev1sZB1SgOA4I0beFqmzq9edTg
3
+ VITE_SUPABASE_URL = https://cqdaendbupglaqryrcwj.supabase.co
Original file line number Diff line number Diff line change @@ -5,4 +5,12 @@ const supabaseKey = import.meta.env.VITE_SUPABASE_KEY;
5
5
6
6
const supabase = createClient ( supabaseUrl , supabaseKey ) ;
7
7
8
- export default supabase
8
+ export default supabase
9
+
10
+
11
+ // import { createClient } from "@supabase/supabase-js";
12
+
13
+ // const supabaseUrl = process.env.REACT_APP_SUPABASE_URL;
14
+ // const supabaseKey = process.env.REACT_APP_SUPABASE_ANON_KEY;
15
+
16
+ // export const supabase = createClient(supabaseUrl, supabaseKey);
Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ const Link = () => {
92
92
{ url ?. title }
93
93
</ span >
94
94
95
- < a href = { `https ://trimrr.in /${ link } ` } target = '_blank'
95
+ < a href = { `http ://localhost:5173 /${ link } ` } target = '_blank'
96
96
className = 'text-3xl sm:text-4xl text-blue-400 font-bold hover:underline cursor-pointer' >
97
- https ://trimr.in /{ link }
97
+ http ://localhost:5173 /{ link }
98
98
</ a >
99
99
100
100
< a href = { url ?. original_url } target = '_blank'
You can’t perform that action at this time.
0 commit comments