File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,27 @@ export default {
5
5
description : 'Solutions for LeetCode problems - Written by ansidev' ,
6
6
author : {
7
7
name : 'Le Minh Tri' ,
8
+ nickname : 'ansidev' ,
9
+ email : 'ansidev@gmail.com' ,
8
10
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' ,
9
16
} ,
10
17
favicon : '/favicon.ico' ,
11
18
faviconMimeType : 'image/x-icon' ,
12
19
plugins : {
13
20
counterAnalytics : {
14
- pid : env . COUNTER_ANALYTICS_ID ,
21
+ projectId : env . COUNTER_ANALYTICS_ID ,
22
+ utcOffset : 7 ,
15
23
} ,
16
24
googleAnalytics : {
17
- id : env . GA_ID ,
25
+ projectId : env . GA_ID ,
18
26
} ,
19
27
swetrix : {
20
- pid : env . SWETRIX_ID ,
28
+ projectId : env . SWETRIX_ID ,
21
29
} ,
22
30
}
23
31
}
You can’t perform that action at this time.
0 commit comments