mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
website: add back UA
This commit is contained in:
@ -192,4 +192,14 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
],
|
||||
plugins: [
|
||||
[
|
||||
'@docusaurus/plugin-google-gtag',
|
||||
{
|
||||
id: 'universal-analytics',
|
||||
trackingID: 'UA-44622716-2',
|
||||
anonymizeIP: true,
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user