Skip to content

Commit

Permalink
chore: enable Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
alswl committed May 11, 2024
1 parent 973536a commit 33ad790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ export default defineConfig({
],
npmClient: 'pnpm',
esbuildMinifyIIFE: true,
analytics: {
ga_v2: 'G-SFYS0VCR5W', // Google Analytics 的 key (GA 4)
}
});

0 comments on commit 33ad790

Please sign in to comment.