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 @@ -50,6 +50,9 @@ module.exports = {
50
50
theme : {
51
51
customCss : require . resolve ( './src/css/custom.css' ) ,
52
52
} ,
53
+ googleAnalytics : {
54
+ trackingID : 'UA-130598673-3' ,
55
+ } ,
53
56
} ,
54
57
] ,
55
58
] ,
@@ -64,7 +67,7 @@ module.exports = {
64
67
repoUrl : 'https://github.com/reduxjs/redux-toolkit' ,
65
68
} ,
66
69
themeConfig : {
67
- metadatas : [ { name : 'twitter:card' , content : 'summary' } ] ,
70
+ metadata : [ { name : 'twitter:card' , content : 'summary' } ] ,
68
71
prism : {
69
72
theme : require ( './src/js/monokaiTheme.js' ) ,
70
73
} ,
@@ -160,12 +163,10 @@ module.exports = {
160
163
copyright : `Copyright © 2015–${ new Date ( ) . getFullYear ( ) } Dan Abramov and the Redux documentation authors.` ,
161
164
} ,
162
165
algolia : {
163
- apiKey : '82d838443b672336bf63cab4772d9eb4' ,
166
+ appId : 'CK59DFV0FC' ,
167
+ apiKey : '98e886dfbcde7f7e8ec8d7ff1c2c34c8' ,
164
168
indexName : 'redux-starter-kit' ,
165
- searchParameters : { } ,
166
- } ,
167
- googleAnalytics : {
168
- trackingID : 'UA-130598673-3' ,
169
+ algoliaOptions : { } ,
169
170
} ,
170
171
} ,
171
172
}
You can’t perform that action at this time.
0 commit comments