Skip to content

Commit 968c945

Browse files
committed
feat(component): add configs for Counter Analytics
1 parent 58e00e6 commit 968c945

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/configs/site.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export default {
88
favicon: '/favicon.ico',
99
faviconMimeType: 'image/x-icon',
1010
plugins: {
11+
counterAnalytics: {
12+
pid: env.COUNTER_ANALYTICS_ID,
13+
},
1114
googleAnalytics: {
1215
id: env.GA_ID,
1316
},

0 commit comments

Comments
 (0)