Skip to content

Commit

Permalink
chore(site): updated API to the Algolia approved app/index
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtBlue committed Feb 4, 2025
1 parent 9501086 commit 102c756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/search/doc-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import docsearch from "@docsearch/js";
export function init(container) {
docsearch({
container,
indexName: "skin",
appId: "4AG9MNELVM",
apiKey: "398f02a5655ce918efcb965b5dc5bcd4",
indexName: "opensource-ebay",
appId: "XQS94B05ZH",
apiKey: "86ffca6d26156df709adfd8d4a44f8b5",
});
}

0 comments on commit 102c756

Please sign in to comment.