Skip to content

Commit 4c1028d

Browse files
chore: add serverlesslife link and logo
1 parent e774c55 commit 4c1028d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.vitepress/config.mts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)