Skip to content

Commit 748262f

Browse files
committed
fix(config): move tag config
1 parent 73b15b1 commit 748262f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ const config: Config = {
4949
presets: [
5050
[
5151
"classic",
52-
{
53-
gtag: {
54-
trackingID: "G-CWTDJL6TEQ",
55-
},
56-
},
5752
{
5853
docs: {
5954
beforeDefaultRemarkPlugins: [[remarkCodeHike, chConfig]],
@@ -80,6 +75,9 @@ const config: Config = {
8075
// onInlineAuthors: 'warn',
8176
// onUntruncatedBlogPosts: 'warn',
8277
// },
78+
gtag: {
79+
trackingID: "G-CWTDJL6TEQ",
80+
},
8381
theme: {
8482
customCss: "./src/css/custom.css",
8583
},

0 commit comments

Comments
 (0)