Skip to content

Commit 863eebd

Browse files
committed
website: fix GA
1 parent 1144b7f commit 863eebd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ module.exports = {
4646
style: 'dark',
4747
copyright: `Copyright © ${new Date().getFullYear()} Yangshun Tay. Built with Docusaurus.`,
4848
},
49-
gtag: {
50-
trackingID: 'UA-44622716-3',
51-
},
5249
algolia: {
5350
apiKey: '6c13c369e8d9809cebb5c51330c914c3',
5451
indexName: 'frontendinterviewhandbook',
@@ -70,6 +67,9 @@ module.exports = {
7067
theme: {
7168
customCss: require.resolve('./src/css/custom.css'),
7269
},
70+
gtag: {
71+
trackingID: 'UA-44622716-3',
72+
},
7373
},
7474
],
7575
],

0 commit comments

Comments
 (0)