File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ const siteConfig = {
52
52
'/scripts/sidebarScroll.js' ,
53
53
'/scripts/codeblock.js' ,
54
54
{
55
- src :
56
- 'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js' ,
55
+ src : 'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js' ,
57
56
async : true ,
58
57
} ,
59
58
] ,
@@ -192,6 +191,20 @@ const siteConfig = {
192
191
trackingID : 'UA-130598673-2' ,
193
192
} ,
194
193
} ,
194
+ plugins : [
195
+ [
196
+ '@dipakparmar/docusaurus-plugin-umami' ,
197
+ /** @type {import('@dipakparmar/docusaurus-plugin-umami').Options } */
198
+ ( {
199
+ websiteID : 'e81a2686-96f3-4557-9c03-f584b7e8ab6b' ,
200
+ analyticsDomain : 'redux-docs-umami.vercel.app' ,
201
+ scriptName : 'script.js' ,
202
+ dataAutoTrack : true ,
203
+ dataDoNotTrack : true ,
204
+ dataCache : true ,
205
+ } ) ,
206
+ ] ,
207
+ ] ,
195
208
}
196
209
197
210
module . exports = siteConfig
You can’t perform that action at this time.
0 commit comments