website: fix GA

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

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

Loading…
Cancel
Save