File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ const siteConfig: Config = {
66
66
customFields : {
67
67
repoUrl : 'https://github.com/reduxjs/react-redux' ,
68
68
} ,
69
+ themes : [ require . resolve ( '@getcanary/docusaurus-theme-search-pagefind' ) ] ,
69
70
themeConfig : {
70
71
metadata : [ { name : 'twitter:card' , content : 'summary' } ] ,
71
72
prism : {
@@ -202,12 +203,12 @@ const siteConfig: Config = {
202
203
} ,
203
204
] ,
204
205
} ,
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
+ // },
211
212
} satisfies ThemeConfig ,
212
213
plugins : [
213
214
[
You can’t perform that action at this time.
0 commit comments