Skip to content

Commit c4a0f58

Browse files
chore: website
1 parent 5e276ae commit c4a0f58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineConfig({
1818
['meta', { property: 'og:locale', content: 'en' }],
1919
['meta', { property: 'og:title', content: 'Lambda Live Debugger | Remote debugging AWS Lambda functions' }],
2020
['meta', { property: 'og:site_name', content: 'Lambda Live Debugger' }],
21-
['meta', { property: 'og:image', content: 'https://lldebugger.com/logo_landscape_light.svg' }],
21+
['meta', { property: 'og:image', content: 'https://lldebugger.com/logo_landscape_light.png' }],
2222
['meta', { property: 'og:url', content: 'https://lldebugger.com/' }],
2323

2424
['meta', { property: 'twitter:card', content: 'summary' }],

.vitepress/theme/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
display: none;
1212
}
1313

14-
:root:not(.dark) img[src$='/logo_landscape_dark.svg'] {
14+
:root:not(.dark) img[alt$='Lambda Live Debugger_'] {
1515
display: none;
1616
}
1717

18-
:root:is(.dark) img[src$='/logo_landscape_light.svg'] {
18+
:root:is(.dark) img[alt$='Lambda Live Debugger'] {
1919
display: none;
2020
}

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# ![Lambda Live Debugger](logo_landscape_dark.svg)
1+
# ![Lambda Live Debugger_](logo_landscape_dark.svg)
22

33
<!--@include: ./README.md-->

logo_landscape_light.png

57 KB
Loading

0 commit comments

Comments
 (0)