Added GTAG for Google Analytics
This commit is contained in:
parent
90a81a1cb4
commit
9120b91fac
3 changed files with 369 additions and 7 deletions
|
|
@ -42,6 +42,10 @@ module.exports = {
|
|||
path: "docs",
|
||||
// sidebarPath: 'sidebars.js',
|
||||
},
|
||||
gtag: {
|
||||
trackingID: 'G-SLQFLQ3KPT',
|
||||
anonymizeIP: true,
|
||||
},
|
||||
theme: {
|
||||
customCss: [
|
||||
require.resolve("@code-hike/mdx/styles.css"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue