Skip to content

Commit

Permalink
add algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 30, 2024
1 parent 8463352 commit 694e8c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const config: Config = {
},
gtag: {
trackingID: "G-NRB9ZFKNGN",
}
},
} satisfies Preset.Options,
],
],
Expand All @@ -61,6 +61,13 @@ const config: Config = {
{ name: "description", content: description },
],
image: 'static/banner.png',
algolia: {
contextualSearch: true,
appId: "YFIMJHUME7",
apiKey: "bf01c9fd49e108a1c013f0cfadff1322",
indexName: "opensource-respawn",
insights: true,
},
docs: {
sidebar: {
hideable: true,
Expand Down

0 comments on commit 694e8c1

Please sign in to comment.