Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 992fcd0

Browse files
committed
adding new keys for docsearch
1 parent 0b293a3 commit 992fcd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

views/documentation/mixins/DocSearchMixin.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ export default {
1414
try {
1515
docsearch({
1616
indexName: "varie",
17+
appId: "D3Y4VSJS08",
1718
inputSelector: `#${selector}`,
18-
apiKey: "453e1f447798dfe06777082b687f06f2",
19+
apiKey: "27d3603b119f10625aa67d5cf98d07e5",
1920
});
2021
} catch (error) {
2122
console.warn("unable to load doc search");

0 commit comments

Comments
 (0)