We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbda3aa commit a24b104Copy full SHA for a24b104
app/(main)/threads/[id]/page.tsx
@@ -35,8 +35,8 @@ export async function generateMetadata({ params }: ThreadPageProps): Promise<Met
35
images: [
36
{
37
url: `${baseUrl}/api/og/thread/${article.id}`,
38
- width: 1200,
39
- height: 630,
+ width: 2400,
+ height: 1260,
40
alt: article.title,
41
},
42
],
app/api/og/thread/[id]/route.tsx
@@ -71,7 +71,7 @@ export async function GET(
71
}}
72
>
73
<img
74
- src="https://refetch.io/logo-purple.png"
+ src="https://refetch.appwrite.network/logo-purple.png"
75
alt="Refetch"
76
width="306"
77
height="69"
0 commit comments