Skip to content

Commit 8c8a51b

Browse files
fix: metadata app name
1 parent 62ee027 commit 8c8a51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/posts/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const generateMetadata = async ({
6060
authors: [post.author],
6161
},
6262
other: {
63-
'application-name': 'Shipfriend Tech Blog',
63+
'application-name': 'ShipFriend TechBlog',
6464
author: post.author,
6565
publish_date: new Date(post.date).toISOString(),
6666
'og:type': 'article',

0 commit comments

Comments
 (0)