Skip to content

Commit 3d9d45a

Browse files
authored
Merge pull request #37 from marko-js/design-updates
chore: update algolia api keys
2 parents a9f6c0e + 6d81f72 commit 3d9d45a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tags/app-header/app-header.marko

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ script --
3232
const docsearch = (await import("./docsearch")).default;
3333
docsearch({
3434
container: document.getElementById(styles.docsearch)!,
35-
indexName: "markojs",
35+
indexName: "next.markojs.com",
3636
placeholder: "",
37-
appId: "GB0QQV5RQM",
38-
apiKey: "82f1b630f11e1afa4767f051af953a28",
37+
appId: "SNTINMU31F",
38+
apiKey: "6023164bfb0f58c658ba43d13b5e2eab",
3939
});
4040
});
4141

0 commit comments

Comments
 (0)