Skip to content

Commit a24b104

Browse files
committed
hack for logo to show
1 parent cbda3aa commit a24b104

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/(main)/threads/[id]/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export async function generateMetadata({ params }: ThreadPageProps): Promise<Met
3535
images: [
3636
{
3737
url: `${baseUrl}/api/og/thread/${article.id}`,
38-
width: 1200,
39-
height: 630,
38+
width: 2400,
39+
height: 1260,
4040
alt: article.title,
4141
},
4242
],

app/api/og/thread/[id]/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export async function GET(
7171
}}
7272
>
7373
<img
74-
src="https://refetch.io/logo-purple.png"
74+
src="https://refetch.appwrite.network/logo-purple.png"
7575
alt="Refetch"
7676
width="306"
7777
height="69"

0 commit comments

Comments
 (0)