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({
9898 } ,
9999 { text : 'Authors and Contributors' , link : '#authors' } ,
100100 { 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+ } ,
101112 ] ,
102113
103114 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+ } ,
104123 {
105124 icon : 'github' ,
106125 link : 'https://github.com/ServerlessLife/lambda-live-debugger' ,
You can’t perform that action at this time.
0 commit comments