Skip to content

Commit

Permalink
Merge pull request #1068 from w3bdesign/dev
Browse files Browse the repository at this point in the history
indexName
  • Loading branch information
w3bdesign committed Jun 8, 2023
2 parents c1da77b + a42d2e9 commit 78fd610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import {
const config = useRuntimeConfig();
const indexName = config.indexName;
const indexName = config.indexName || "dfweb";
const algolia = useAlgoliaRef();
const convertProductNameToSlug = (productName) =>
Expand Down

1 comment on commit 78fd610

@vercel
Copy link

@vercel vercel bot commented on 78fd610 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.