Skip to content

Commit

Permalink
feat: add algolia search (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback authored Apr 26, 2024
1 parent eee8ef8 commit 9a8926d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config = {

themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
{
navbar: {
title: 'Springwolf',
logo: {
Expand Down Expand Up @@ -87,7 +87,12 @@ const config = {
'properties'
],
},
}),
algolia: {
appId: 'FJKSCGAWR9',
apiKey: '1a7202a649763a06d9897dfe12527d72',
indexName: 'springwolf',
},
},
};

module.exports = config;

0 comments on commit 9a8926d

Please sign in to comment.