Skip to content

Commit a88f12f

Browse files
committed
feat(config): update site and plugin configs
1 parent 48f540e commit a88f12f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/configs/site.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,27 @@ export default {
55
description: 'Solutions for LeetCode problems - Written by ansidev',
66
author: {
77
name: 'Le Minh Tri',
8+
nickname: 'ansidev',
9+
email: 'ansidev@gmail.com',
810
avatar: '/ansidev.png',
11+
homepage: 'https://ansidev.xyz',
12+
github: 'https://github.com/ansidev',
13+
twitter: 'https://twitter.com/ansidev',
14+
telegram: 'https://t.me/ansidev',
15+
reddit: 'https://reddit.com/u/ansidev',
916
},
1017
favicon: '/favicon.ico',
1118
faviconMimeType: 'image/x-icon',
1219
plugins: {
1320
counterAnalytics: {
14-
pid: env.COUNTER_ANALYTICS_ID,
21+
projectId: env.COUNTER_ANALYTICS_ID,
22+
utcOffset: 7,
1523
},
1624
googleAnalytics: {
17-
id: env.GA_ID,
25+
projectId: env.GA_ID,
1826
},
1927
swetrix: {
20-
pid: env.SWETRIX_ID,
28+
projectId: env.SWETRIX_ID,
2129
},
2230
}
2331
}

0 commit comments

Comments
 (0)