Skip to content

Commit 0ba11af

Browse files
committed
Configure Docusaurus Umami plugin
1 parent e87aa87 commit 0ba11af

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

website/docusaurus.config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,18 @@ module.exports = {
168168
algoliaOptions: {},
169169
},
170170
},
171+
plugins: [
172+
[
173+
'@dipakparmar/docusaurus-plugin-umami',
174+
/** @type {import('@dipakparmar/docusaurus-plugin-umami').Options} */
175+
({
176+
websiteID: '616c102e-05dd-4a74-b63e-01bb52f1bc6c',
177+
analyticsDomain: 'redux-docs-umami.vercel.app',
178+
scriptName: 'script.js',
179+
dataAutoTrack: true,
180+
dataDoNotTrack: true,
181+
dataCache: true
182+
})
183+
]
184+
]
171185
}

0 commit comments

Comments
 (0)