Skip to content

Commit

Permalink
Update Twitter card type in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Nov 17, 2023
1 parent bec5880 commit 002883c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const metadata: Metadata = {
type: "website",
},
twitter: {
card: "summary_large_image",
card: "summary",
title: title,
description,
site: "@walnuts1018",
Expand Down

0 comments on commit 002883c

Please sign in to comment.