Skip to content

Commit ba3016f

Browse files
chore: Fix images
1 parent 6e64efe commit ba3016f

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

.vitepress/config.mts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ export default defineConfig({
1212
['meta', { name: 'revisit-after', content: '1 days' }],
1313
['meta', { name: 'author', content: 'Marko (ServerlessLife)' }],
1414
['keywords', {}, 'aws, lambda, debugger, serverless, aws-lambda, javascript, typescript, dev-tools, lambda-debugger, aws-cdk, serverless-framework, sls, aws-sam, sam, terraform, local-debugging, cloud-development'],
15-
['link', { rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }],
16-
['link', { rel: 'icon', type: 'image/png', href: '/favicon.png' }],
15+
['link', { rel: 'icon', type: 'image/svg+xml', href: '/public/favicon.svg' }],
16+
['link', { rel: 'icon', type: 'image/png', href: '/public/favicon.png' }],
1717
['meta', { property: 'og:type', content: 'website' }],
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.png' }],
21+
['meta', { property: 'og:image', content: 'https://lldebugger.com/public/logo_landscape_light.png' }],
2222
['meta', { property: 'og:url', content: 'https://lldebugger.com/' }],
2323

2424
['meta', { property: 'twitter:card', content: 'summary' }],
@@ -46,8 +46,8 @@ export default defineConfig({
4646
},
4747
siteTitle: 'Lambda Live Debugger',
4848
logo: {
49-
light: './logo_light.svg',
50-
dark: './logo_dark.svg',
49+
light: './public/logo_light.svg',
50+
dark: './public/logo_dark.svg',
5151
},
5252
sidebar: [
5353
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)