Skip to content

Commit 80db2af

Browse files
committed
Switch from Algolia to Canary + Pagefind
1 parent 575ef3f commit 80db2af

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

website/docusaurus.config.ts

+7-6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const siteConfig: Config = {
6666
customFields: {
6767
repoUrl: 'https://github.com/reduxjs/react-redux',
6868
},
69+
themes: [require.resolve('@getcanary/docusaurus-theme-search-pagefind')],
6970
themeConfig: {
7071
metadata: [{ name: 'twitter:card', content: 'summary' }],
7172
prism: {
@@ -202,12 +203,12 @@ const siteConfig: Config = {
202203
},
203204
],
204205
},
205-
algolia: {
206-
appId: ' ',
207-
apiKey: '2d058d216b7fd5d68d481fd48ee72c06',
208-
indexName: 'react-redux',
209-
algoliaOptions: {},
210-
},
206+
// algolia: {
207+
// appId: ' ',
208+
// apiKey: '2d058d216b7fd5d68d481fd48ee72c06',
209+
// indexName: 'react-redux',
210+
// algoliaOptions: {},
211+
// },
211212
} satisfies ThemeConfig,
212213
plugins: [
213214
[

0 commit comments

Comments
 (0)