We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a6e77 commit 8523a79Copy full SHA for 8523a79
docusaurus.config.ts
@@ -63,6 +63,10 @@ const config: Config = {
63
theme: {
64
customCss: "./src/css/custom.css",
65
},
66
+ gtag: {
67
+ trackingID: 'G-LV5VBTDSV8',
68
+ anonymizeIP: true,
69
+ },
70
} satisfies Preset.Options,
71
],
72
@@ -101,7 +105,7 @@ const config: Config = {
101
105
102
106
103
107
themes: ['docusaurus-theme-openapi-docs', '@docusaurus/theme-mermaid'],
104
-/*
108
+/*
109
headTags: [
110
{
111
tagName: 'meta',
@@ -184,8 +188,6 @@ const config: Config = {
184
188
185
189
186
190
187
- // copyright: "Developed by Shopify",
-
191
192
prism: {
193
theme: prismThemes.github,
0 commit comments