website: fix GA

This commit is contained in:
Yangshun
2022-01-21 09:26:34 +08:00
parent dfd5c71f0a
commit a3fb1e6349

View File

@@ -46,9 +46,6 @@ module.exports = {
style: 'dark',
copyright: `Copyright © ${new Date().getFullYear()} Yangshun Tay. Built with Docusaurus.`,
},
gtag: {
trackingID: 'UA-44622716-2',
},
algolia: {
apiKey: '4dabb055be464346fcb6877f086f08e8',
indexName: 'techinterviewhandbook',
@@ -73,6 +70,9 @@ module.exports = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'UA-44622716-2',
},
},
],
],