We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1144b7f commit 863eebdCopy full SHA for 863eebd
website/docusaurus.config.js
@@ -46,9 +46,6 @@ module.exports = {
46
style: 'dark',
47
copyright: `Copyright © ${new Date().getFullYear()} Yangshun Tay. Built with Docusaurus.`,
48
},
49
- gtag: {
50
- trackingID: 'UA-44622716-3',
51
- },
52
algolia: {
53
apiKey: '6c13c369e8d9809cebb5c51330c914c3',
54
indexName: 'frontendinterviewhandbook',
@@ -70,6 +67,9 @@ module.exports = {
70
67
theme: {
71
68
customCss: require.resolve('./src/css/custom.css'),
72
69
+ gtag: {
+ trackingID: 'UA-44622716-3',
+ },
73
74
],
75
0 commit comments