Skip to content

Commit 68c9781

Browse files
committed
feat: add algolia search
1 parent 30ece68 commit 68c9781

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,17 @@ const config: Config = {
7878
theme: prismThemes.github,
7979
darkTheme: prismThemes.dracula,
8080
},
81+
algolia: {
82+
// The application ID provided by Algolia
83+
appId: "VXYM32HFNE",
84+
85+
// Public API key: it is safe to commit it
86+
apiKey: "bb55a32cb847fa5d50e6bc588cb55699",
87+
88+
indexName: "solve-problems",
89+
90+
//... other Algolia params
91+
},
8192
} satisfies Preset.ThemeConfig,
8293
};
8394

0 commit comments

Comments
 (0)