Skip to content

Commit 1f12d07

Browse files
committed
chore: blog post
1 parent 42896a1 commit 1f12d07

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

app/components/global/BlogPostWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ useSeoMeta({
1313
ogType: 'article',
1414
})
1515
16-
defineOgImageComponent('BlogPost', {
16+
defineOgImage('BlogPost.takumi', {
1717
title: props.frontmatter.title,
1818
authors: props.frontmatter.authors,
1919
date: props.frontmatter.date,

app/pages/profile/[identity]/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ useSeoMeta({
9999
})
100100
101101
/**
102-
defineOgImageComponent('Default', {
102+
defineOgImage('Default', {
103103
title: () => `~${username.value}`,
104104
description: () => (results.value ? `${results.value.total} packages` : 'npm user profile'),
105105
primaryColor: '#60a5fa',

0 commit comments

Comments
 (0)