We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54932bf commit 46a342fCopy full SHA for 46a342f
docusaurus.config.ts
@@ -21,6 +21,14 @@ const config: Config = {
21
locales: ['en', 'ja'],
22
},
23
presets: [
24
+ // [
25
+ // '@docusaurus/preset-classic',
26
+ // {
27
+ // googleAnalytics: {
28
+ // trackingID: 'G-3GJJ15ETKQ',
29
+ // },
30
31
+ // ],
32
[
33
'classic',
34
{
@@ -48,6 +56,10 @@ const config: Config = {
48
56
theme: {
49
57
customCss: './src/css/custom.css',
50
58
59
+ gtag: {
60
+ trackingID: 'G-3GJJ15ETKQ',
61
+ anonymizeIP: true,
62
+ },
51
63
} satisfies Preset.Options,
52
64
],
53
65
0 commit comments