Skip to content

Commit 78fd610

Browse files
authored
Merge pull request #1068 from w3bdesign/dev
indexName
2 parents c1da77b + a42d2e9 commit 78fd610

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;
47+
const indexName = config.indexName || "dfweb";
4848
const algolia = useAlgoliaRef();
4949
5050
const convertProductNameToSlug = (productName) =>

0 commit comments

Comments
 (0)