Skip to content

Commit

Permalink
修复百度统计未生效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Nov 21, 2023
1 parent 64a5730 commit 96863e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineUserConfig({

baiduTongjiPlugin({
keys:
process.env.CONTEXT !== "production"
process.env.CONTEXT === "production"
? [
"fc5b45ae006a231c1d5cff4610df7267", // lin
"fc904ee59939c7c2284063619b0ef533", // northword
Expand Down

0 comments on commit 96863e5

Please sign in to comment.