feat: analytics

This commit is contained in:
Timothy Jaeryang Baek 2025-04-11 00:58:18 -07:00
parent dee6a19002
commit 32961cbc8d
3 changed files with 3343 additions and 954 deletions

View File

@ -40,6 +40,10 @@ const config: Config = {
[
"classic",
{
gtag: {
trackingID: "G-522JSJVWTB",
anonymizeIP: false,
},
docs: {
sidebarPath: "./sidebars.ts",
routeBasePath: "/",

4292
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,7 @@
},
"dependencies": {
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-google-gtag": "^3.7.0",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@mdx-js/react": "^3.0.1",