Skip to content

Commit b6495ff

Browse files
authored
docs(serverSupabaseClient): update data-fetching url (#533)
previous anchor tag was broken
1 parent 07f6f39 commit b6495ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/3.services/1.serverSupabaseClient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const fetchLibrary = async () => {
3232
}
3333
```
3434

35-
Be careful, if you want to call this route on SSR, please read this [section](https://nuxt.com/docs/getting-started/data-fetching#isomorphic-fetch-and-fetch), you must send your browser cookies including your supabase token.
35+
Be careful, if you want to call this route on SSR, please read this [section](https://nuxt.com/docs/getting-started/data-fetching#pass-client-headers-to-the-api), you must send your browser cookies including your supabase token.
3636

3737
```ts [pages/index.vue]
3838
const { data: { libraries }} = await useFetch('/api/libraries', {

0 commit comments

Comments
 (0)