Skip to content

Commit 8636b50

Browse files
chore: Vitepress configuration
1 parent a91a433 commit 8636b50

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.vitepress/config.mts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ export default defineConfig({
1111
['meta', { name: 'language', content: 'English' }],
1212
['meta', { name: 'revisit-after', content: '1 days' }],
1313
['meta', { name: 'author', content: 'Marko (ServerlessLife)' }],
14-
['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: '/public/favicon.svg' }],
16-
['link', { rel: 'icon', type: 'image/png', href: '/public/favicon.png' }],
14+
['meta', { name: 'keywords', content: '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' }],
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/public/logo_landscape_light.png' }],
21+
['meta', { property: 'og:image', content: 'https://lldebugger.com/lambda_live_debugger.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: './public/logo_light.svg',
50-
dark: './public/logo_dark.svg',
49+
light: '/logo_light.svg',
50+
dark: '/logo_dark.svg',
5151
},
5252
sidebar: [
5353
{
File renamed without changes.

0 commit comments

Comments
 (0)