We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecb9e8 commit 286fb4eCopy full SHA for 286fb4e
1 file changed
docusaurus.config.ts
@@ -177,6 +177,12 @@ const config: Config = {
177
],
178
copyright: `Copyright © 2015 - ${new Date().getFullYear()} Rareloop Limited. Built with Docusaurus.`,
179
},
180
+ algolia: {
181
+ appId: "DIO9RXXZLB",
182
+ apiKey: "17e701c23a1c1361a59e20a915544594",
183
+ indexName: "Docusaurus",
184
+ insights: false,
185
+ },
186
prism: {
187
theme: prismThemes.vsLight,
188
darkTheme: prismThemes.vsDark,
0 commit comments