@@ -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 {
0 commit comments