Skip to content

Commit 224816e

Browse files
committed
docs: fixed website build
1 parent 781b8b4 commit 224816e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
copyright: `Copyright © ${new Date().getFullYear()} <a rel="noreferrer" href="https://gorhom.dev/" target="_blank">Mo Gorhom</a>. Built with Docusaurus.`,
3636
},
3737
googleAnalytics: {
38-
trackingID: 'G-3VBJNN0W64',
38+
trackingID: 'UA-193461439-1',
3939
anonymizeIP: true,
4040
},
4141
},
@@ -55,5 +55,4 @@ module.exports = {
5555
},
5656
],
5757
],
58-
plugins: ['@docusaurus/plugin-google-analytics'],
5958
};

website/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"dependencies": {
1515
"@docusaurus/core": "2.0.0-alpha.72",
16-
"@docusaurus/plugin-google-analytics": "^2.0.0-alpha.72",
1716
"@docusaurus/preset-classic": "2.0.0-alpha.72",
1817
"@mdx-js/react": "^1.6.21",
1918
"clsx": "^1.1.1",

0 commit comments

Comments
 (0)