We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ece68 commit 68c9781Copy full SHA for 68c9781
1 file changed
docusaurus.config.ts
@@ -78,6 +78,17 @@ const config: Config = {
78
theme: prismThemes.github,
79
darkTheme: prismThemes.dracula,
80
},
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
+ },
92
} satisfies Preset.ThemeConfig,
93
};
94
0 commit comments