File tree 1 file changed +19
-2
lines changed
1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ const config = {
63
63
style : 'dark' ,
64
64
links : [
65
65
{
66
- title : 'Docs ' ,
66
+ title : 'General resources ' ,
67
67
items : [
68
68
{
69
- label : 'Introduction ' ,
69
+ label : 'Docs ' ,
70
70
to : '/docs/intro' ,
71
71
} ,
72
72
] ,
@@ -78,6 +78,23 @@ const config = {
78
78
label : 'GitHub' ,
79
79
href : 'https://github.com/dc7290/next-export-optimize-images' ,
80
80
} ,
81
+ {
82
+ label : 'Releases' ,
83
+ href : 'https://github.com/dc7290/next-export-optimize-images/releases' ,
84
+ } ,
85
+ ] ,
86
+ } ,
87
+ {
88
+ title : 'About me' ,
89
+ items : [
90
+ {
91
+ label : 'Github' ,
92
+ href : 'https://github.com/dc7290' ,
93
+ } ,
94
+ {
95
+ label : 'Twitter' ,
96
+ href : 'https://twitter.com/d_suke_09' ,
97
+ } ,
81
98
] ,
82
99
} ,
83
100
] ,
You can’t perform that action at this time.
0 commit comments