We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87aa87 commit 0ba11afCopy full SHA for 0ba11af
website/docusaurus.config.js
@@ -168,4 +168,18 @@ module.exports = {
168
algoliaOptions: {},
169
},
170
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
185
}
0 commit comments