Skip to content

Commit

Permalink
[website] Add Algolia Search to website
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchong committed Dec 16, 2024
1 parent 771e2f3 commit e8abfdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ const config: Config = {
darkTheme: prismThemes.dracula,
},
algolia: {
appId: "xx",
apiKey: "yy",
indexName: "fluss",
appId: "D8RXQUTC99",
apiKey: "8039cbe25ae878764cbace303aa800e0",
indexName: "alibabaio",
contextualSearch: true,
},
} satisfies Preset.ThemeConfig,
Expand Down

0 comments on commit e8abfdf

Please sign in to comment.