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 {
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}
You can’t perform that action at this time.
0 commit comments