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