File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,28 @@ export default defineConfig({
98
98
} ,
99
99
{ text : 'Authors and Contributors' , link : '#authors' } ,
100
100
{ text : 'Disclaimer' , link : '#disclaimer' } ,
101
+ {
102
+ text : `
103
+ <div style="white-space: nowrap; display: flex; align-items: center; gap: 6px;">
104
+ <img alt="Serverless Life logo" style="height: 27px" src="https://www.serverlesslife.com/img/logo_light.svg">
105
+ www.serverlesslife.com
106
+ </div>
107
+
108
+ ` ,
109
+
110
+ link : 'https://www.serverlesslife.com' ,
111
+ } ,
101
112
] ,
102
113
103
114
socialLinks : [
115
+ {
116
+ icon : {
117
+ svg : '<img alt="Serverless Life logo" style="height: 26px" src="https://www.serverlesslife.com/img/logo_light.svg">' ,
118
+ } ,
119
+
120
+ link : 'https://www.serverlesslife.com' ,
121
+ ariaLabel : 'Serverless Life' ,
122
+ } ,
104
123
{
105
124
icon : 'github' ,
106
125
link : 'https://github.com/ServerlessLife/lambda-live-debugger' ,
You can’t perform that action at this time.
0 commit comments