Skip to content

Commit 9a8926d

Browse files
authored
feat: add algolia search (#79)
1 parent eee8ef8 commit 9a8926d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docusaurus.config.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const config = {
3535

3636
themeConfig:
3737
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
38-
({
38+
{
3939
navbar: {
4040
title: 'Springwolf',
4141
logo: {
@@ -87,7 +87,12 @@ const config = {
8787
'properties'
8888
],
8989
},
90-
}),
90+
algolia: {
91+
appId: 'FJKSCGAWR9',
92+
apiKey: '1a7202a649763a06d9897dfe12527d72',
93+
indexName: 'springwolf',
94+
},
95+
},
9196
};
9297

9398
module.exports = config;

0 commit comments

Comments
 (0)