website: fix GA

pull/258/head
Yangshun 3 years ago
parent dfd5c71f0a
commit a3fb1e6349

@ -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',
},
},
],
],

Loading…
Cancel
Save