Skip to content

Commit fc48d76

Browse files
authored
fix broken link to external supabase docs (#2644)
1 parent 5af0685 commit fc48d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/development/integrations/databases/supabase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This guide will have you create a new table in your [Supabase project](https://s
121121
122122
## Fetch Supabase data in your code
123123

124-
In your app's `page.tsx`, paste the following code. This example shows the list of tasks for the user and allows the user to add new tasks. The `createClerkSupabaseClient()` function uses [Supabase's `createClient()` method](https://supabase.com/docs/references/javascript/initializing) to initialize a new Supabase client with access to Clerk's session token.
124+
In your app's `page.tsx`, paste the following code. This example shows the list of tasks for the user and allows the user to add new tasks. The `createClerkSupabaseClient()` function uses [Supabase's `createClient()` method](https://supabase.com/docs/reference/javascript/initializing) to initialize a new Supabase client with access to Clerk's session token.
125125

126126
<Tabs items={["Client-side rendering", "Server-side rendering"]}>
127127
<Tab>

0 commit comments

Comments
 (0)