We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84123ec commit 2d0a25aCopy full SHA for 2d0a25a
app/integrations/docsearch.ts
@@ -20,7 +20,7 @@ export default defineNuxtPlugin(() => {
20
* If not found, fallback on props.
21
*/
22
const options = computed<DocSearchOptions>(() => {
23
- const { algolia } = useRuntimeConfig()
+ const { algolia } = useRuntimeConfig().public
24
25
if (algolia && algolia.docSearch) {
26
return algolia
0 commit comments