Skip to content

Commit 3f11f2e

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 50e2c38 commit 3f11f2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/.vitepress/config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ export default defineConfig({
2020
['meta', { property: 'og:site_name', content: 'chibinuxt' }],
2121
['meta', { property: 'og:title', content: 'chibinuxt - Build Your Own Nuxt' }],
2222
['meta', { property: 'og:description', content: 'Understand Nuxt internals by building it from scratch. A step-by-step implementation guide.' }],
23-
['meta', { property: 'og:image', content: 'https://chibinuxt.vercel.app/og-image.png' }],
24-
['meta', { property: 'og:url', content: 'https://chibinuxt.vercel.app' }],
23+
['meta', { property: 'og:image', content: 'https://nuxt.chibivue.land/og-image.png' }],
24+
['meta', { property: 'og:url', content: 'https://nuxt.chibivue.land' }],
2525
// Twitter Card
2626
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
2727
['meta', { name: 'twitter:title', content: 'chibinuxt - Build Your Own Nuxt' }],
2828
['meta', { name: 'twitter:description', content: 'Understand Nuxt internals by building it from scratch. A step-by-step implementation guide.' }],
29-
['meta', { name: 'twitter:image', content: 'https://chibinuxt.vercel.app/og-image.png' }],
29+
['meta', { name: 'twitter:image', content: 'https://nuxt.chibivue.land/og-image.png' }],
3030
],
3131
themeConfig: {
3232
// https://vitepress.dev/reference/default-theme-config
@@ -37,7 +37,7 @@ export default defineConfig({
3737
{ text: 'Guide', link: '/010-min-ssr' },
3838
],
3939

40-
logo: '/image.png',
40+
logo: '/kawaiko_nuxt.png',
4141

4242
sidebar: [
4343
{

docs/src/public/kawaiko-nuxt.png

4.35 MB
Loading

docs/src/public/kawaiko_nuxt.png

1.57 MB
Loading

0 commit comments

Comments
 (0)