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 a902c13 commit 3a666e8Copy full SHA for 3a666e8
docusaurus.config.ts
@@ -6,7 +6,7 @@ import type * as Preset from "@docusaurus/preset-classic";
6
7
const config: Config = {
8
title: "TypeScript from Zero",
9
- tagline: "Learn advanced TypeScript starting from solid foundations",
+ tagline: "Learn advanced TypeScript starting from solid foundations.",
10
favicon: "img/favicon.ico",
11
12
// Set the production url of your site here
@@ -44,6 +44,9 @@ const config: Config = {
44
theme: {
45
customCss: "./src/css/custom.css",
46
},
47
+ gtag: {
48
+ trackingID: "G-6WPELFYCC1",
49
+ },
50
} satisfies Preset.Options,
51
],
52
0 commit comments