diff --git a/pages/search.vue b/pages/search.vue index e4d8a156..a121a5be 100644 --- a/pages/search.vue +++ b/pages/search.vue @@ -44,7 +44,7 @@ import { const config = useRuntimeConfig(); -const indexName = config.indexName; +const indexName = config.indexName || "dfweb"; const algolia = useAlgoliaRef(); const convertProductNameToSlug = (productName) =>