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 be1aef8 commit f9ef99eCopy full SHA for f9ef99e
website/docusaurus.config.js
@@ -174,12 +174,12 @@ module.exports = {
174
/** @type {import('@dipakparmar/docusaurus-plugin-umami').Options} */
175
({
176
websiteID: '616c102e-05dd-4a74-b63e-01bb52f1bc6c',
177
- analyticsDomain: 'redux-docs-umami.vercel.app',
+ analyticsDomain: 'redux-docs-umami.up.railway.app',
178
scriptName: 'script.js',
179
dataAutoTrack: true,
180
dataDoNotTrack: true,
181
- dataCache: true
182
- })
183
- ]
184
+ dataCache: true,
+ }),
+ ],
185
}
0 commit comments