Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 102c756

Browse files
committed
chore(site): updated API to the Algolia approved app/index
1 parent 9501086 commit 102c756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/search/doc-search.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import docsearch from "@docsearch/js";
44
export function init(container) {
55
docsearch({
66
container,
7-
indexName: "skin",
8-
appId: "4AG9MNELVM",
9-
apiKey: "398f02a5655ce918efcb965b5dc5bcd4",
7+
indexName: "opensource-ebay",
8+
appId: "XQS94B05ZH",
9+
apiKey: "86ffca6d26156df709adfd8d4a44f8b5",
1010
});
1111
}

0 commit comments

Comments
 (0)