Skip to content

Commit

Permalink
add OG stuff to custom domains
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed May 20, 2023
1 parent bb5ce2a commit c1496a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/[domain]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export async function generateMetadata({
return {
title,
description,
openGraph: {
title,
description,
},
twitter: {
card: "summary_large_image",
title,
Expand Down

0 comments on commit c1496a9

Please sign in to comment.