mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: enable Google Analytics
This commit is contained in:
@ -27,6 +27,9 @@ 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',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user