Skip to content

Commit 96863e5

Browse files
committed
修复百度统计未生效的问题
1 parent 64a5730 commit 96863e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineUserConfig({
2424

2525
baiduTongjiPlugin({
2626
keys:
27-
process.env.CONTEXT !== "production"
27+
process.env.CONTEXT === "production"
2828
? [
2929
"fc5b45ae006a231c1d5cff4610df7267", // lin
3030
"fc904ee59939c7c2284063619b0ef533", // northword

0 commit comments

Comments
 (0)