Skip to content

Commit f6e13e2

Browse files
committed
Fix config issue
1 parent 18d5303 commit f6e13e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import {
4444
4545
const config = useRuntimeConfig();
4646
47-
const indexName = config.indexName || "dfweb";
47+
const indexName = config.public.indexName || "dfweb";
4848
const algolia = useAlgoliaRef();
4949
5050
const convertProductNameToSlug = (productName) =>

0 commit comments

Comments
 (0)