We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9f6c0e + 6d81f72 commit 3d9d45aCopy full SHA for 3d9d45a
src/tags/app-header/app-header.marko
@@ -32,10 +32,10 @@ script --
32
const docsearch = (await import("./docsearch")).default;
33
docsearch({
34
container: document.getElementById(styles.docsearch)!,
35
- indexName: "markojs",
+ indexName: "next.markojs.com",
36
placeholder: "",
37
- appId: "GB0QQV5RQM",
38
- apiKey: "82f1b630f11e1afa4767f051af953a28",
+ appId: "SNTINMU31F",
+ apiKey: "6023164bfb0f58c658ba43d13b5e2eab",
39
});
40
41
0 commit comments