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 = {
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 [
You can’t perform that action at this time.
0 commit comments