From a42d2e9e708c5952c2185fcbc7ac1ce993f77242 Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Thu, 8 Jun 2023 05:10:13 +0200 Subject: [PATCH] indexName --- pages/search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) =>