Skip to content

Commit

Permalink
feat: add site name
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Dec 28, 2024
1 parent 99911ee commit c43ee87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ export const generateMetadata = async () => {
description: selfIntroduction,
authors: { name, url: siteUrl },
metadataBase: new URL(siteUrl),
openGraph: { url: '/', type: 'website' },
openGraph: {
url: '/',
type: 'website',
siteName: name,
},
robots: { 'max-image-preview': 'large' },
icons: {
icon: [
Expand Down

0 comments on commit c43ee87

Please sign in to comment.