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.
2 parents c1da77b + a42d2e9 commit 78fd610Copy full SHA for 78fd610
pages/search.vue
@@ -44,7 +44,7 @@ import {
44
45
const config = useRuntimeConfig();
46
47
-const indexName = config.indexName;
+const indexName = config.indexName || "dfweb";
48
const algolia = useAlgoliaRef();
49
50
const convertProductNameToSlug = (productName) =>
0 commit comments