Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/issues-112-mo…
Browse files Browse the repository at this point in the history
…bile-post-form
  • Loading branch information
takecchi committed Dec 20, 2023
2 parents 8e5fad5 + c3f36cb commit 4845a83
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/app/(menu)/(public)/[username]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ export async function generateMetadata({ params }: Params): Promise<Metadata> {
images: [user.profileImageUrl],
},
twitter: {
title,
card: 'summary',
images: [user.profileImageUrl],
},
};
}
Expand Down
1 change: 0 additions & 1 deletion src/app/(menu)/(public)/[username]/posts/[postId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export async function generateMetadata({ params }: Params): Promise<Metadata> {
type: 'profile',
},
twitter: {
title,
card: 'summary',
},
};
Expand Down
5 changes: 1 addition & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ export const metadata: Metadata = {
type: 'website',
},
twitter: {
title,
description,
site: '@cuculus_jp',
creator: '@CureDotTyphoon',
card: 'summary',
},
viewport: 'viewport-fit=cover, width=device-width, initial-scale=1',
};
Expand Down

0 comments on commit 4845a83

Please sign in to comment.