Skip to content

Commit 3c69859

Browse files
author
Kristopher Turner
committed
fix: remove invalid sitemap plugin, move gtag to preset options
1 parent 3556340 commit 3c69859

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ const config = {
6666
theme: {
6767
customCss: './src/css/custom.css',
6868
},
69+
gtag: {
70+
trackingID: 'G-2D9XDHSXJW',
71+
anonymizeIP: true,
72+
},
6973
}),
7074
],
7175
],
@@ -274,10 +278,6 @@ const config = {
274278
],
275279
copyright: `Copyright © ${new Date().getFullYear()} Azure Local. Designed by <a href="https://www.hybridsolutions.cloud" target="_blank">Hybrid Cloud Solutions</a> and built with Docusaurus.`,
276280
},
277-
gtag: {
278-
trackingID: 'G-2D9XDHSXJW',
279-
anonymizeIP: true,
280-
},
281281
prism: {
282282
theme: prismThemes.github,
283283
darkTheme: prismThemes.dracula,

0 commit comments

Comments
 (0)