Skip to content

Commit

Permalink
chore: add google analytics tag (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
arias9306 authored Aug 12, 2024
1 parent 72bb43c commit 54d945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const config = {
busuanzi: false,
lang: 'en', // en | zh-cn
codeFoldingStartLines: 16, // Need to re-run the project to take effect
ga: false, // If you want to integrate with Google Analytics, just enter your GA-ID here.
ga: 'G-N2XYZ5C2EY', // If you want to integrate with Google Analytics, just enter your GA-ID here.
};

/**
Expand Down

0 comments on commit 54d945a

Please sign in to comment.