File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ const siteConfig = {
5252 '/scripts/sidebarScroll.js' ,
5353 '/scripts/codeblock.js' ,
5454 {
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' ,
5756 async : true ,
5857 } ,
5958 ] ,
@@ -192,6 +191,20 @@ const siteConfig = {
192191 trackingID : 'UA-130598673-2' ,
193192 } ,
194193 } ,
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+ ] ,
195208}
196209
197210module . exports = siteConfig
You can’t perform that action at this time.
0 commit comments