Skip to content

Commit

Permalink
docs: algolia app config
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxx committed Nov 28, 2023
1 parent 8aca094 commit 953a2f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export const GITHUB_EDIT_URL = `https://github.com/nullxx/ms/tree/master/docs/`;
// Uncomment this to enable site search.
// See "Algolia" section of the README for more information.
export const ALGOLIA = {
indexName: "ms",
appId: "4XDPZIOFPF",
apiKey: "e8db70aaba31745b2946a0ad7f32f6cf",
indexName: "ms-nullx",
appId: "TNNQ123F7B",
apiKey: "9d92ff47c36761a27f657d3d420612dc",
};

export const SIDEBAR = {
Expand Down

0 comments on commit 953a2f1

Please sign in to comment.