Skip to content

Commit

Permalink
docs: add Stackblitz for SSR Instantsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Oct 23, 2023
1 parent 48b633d commit eada41f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/2.advanced/1.vue-instantsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ const { data: algoliaState } = await useAsyncData('algolia-state', async () => {
});
})
```

You can also check out the following Stackblitz link with the usage of above approach in SSR:

https://stackblitz.com/github/plexus77/nuxt-3-algolia-ssr?file=nuxt.config.ts

0 comments on commit eada41f

Please sign in to comment.