We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575ef3f commit 80db2afCopy full SHA for 80db2af
website/docusaurus.config.ts
@@ -66,6 +66,7 @@ const siteConfig: Config = {
66
customFields: {
67
repoUrl: 'https://github.com/reduxjs/react-redux',
68
},
69
+ themes: [require.resolve('@getcanary/docusaurus-theme-search-pagefind')],
70
themeConfig: {
71
metadata: [{ name: 'twitter:card', content: 'summary' }],
72
prism: {
@@ -202,12 +203,12 @@ const siteConfig: Config = {
202
203
204
],
205
- algolia: {
206
- appId: ' ',
207
- apiKey: '2d058d216b7fd5d68d481fd48ee72c06',
208
- indexName: 'react-redux',
209
- algoliaOptions: {},
210
- },
+ // algolia: {
+ // appId: ' ',
+ // apiKey: '2d058d216b7fd5d68d481fd48ee72c06',
+ // indexName: 'react-redux',
+ // algoliaOptions: {},
211
+ // },
212
} satisfies ThemeConfig,
213
plugins: [
214
[
0 commit comments