Skip to content

Commit 3a666e8

Browse files
committed
feat: add GA tracking ID
1 parent a902c13 commit 3a666e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type * as Preset from "@docusaurus/preset-classic";
66

77
const config: Config = {
88
title: "TypeScript from Zero",
9-
tagline: "Learn advanced TypeScript starting from solid foundations",
9+
tagline: "Learn advanced TypeScript starting from solid foundations.",
1010
favicon: "img/favicon.ico",
1111

1212
// Set the production url of your site here
@@ -44,6 +44,9 @@ const config: Config = {
4444
theme: {
4545
customCss: "./src/css/custom.css",
4646
},
47+
gtag: {
48+
trackingID: "G-6WPELFYCC1",
49+
},
4750
} satisfies Preset.Options,
4851
],
4952
],

0 commit comments

Comments
 (0)