mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-13 07:36:29 +08:00
website: fix GA
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user