Skip to content

Commit

Permalink
docs: fixed website build
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Mar 30, 2021
1 parent 781b8b4 commit 224816e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
copyright: `Copyright © ${new Date().getFullYear()} <a rel="noreferrer" href="https://gorhom.dev/" target="_blank">Mo Gorhom</a>. Built with Docusaurus.`,
},
googleAnalytics: {
trackingID: 'G-3VBJNN0W64',
trackingID: 'UA-193461439-1',
anonymizeIP: true,
},
},
Expand All @@ -55,5 +55,4 @@ module.exports = {
},
],
],
plugins: ['@docusaurus/plugin-google-analytics'],
};
1 change: 0 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.72",
"@docusaurus/plugin-google-analytics": "^2.0.0-alpha.72",
"@docusaurus/preset-classic": "2.0.0-alpha.72",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
Expand Down

0 comments on commit 224816e

Please sign in to comment.