Skip to content

Commit 7ccda7d

Browse files
committed
chore: update default image
1 parent 40ec4eb commit 7ccda7d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

modules/home/post.handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default async function postDetailHandler(
4040
title: `Post by ${post.author}`,
4141
description: post.content.substring(0, 150) +
4242
(post.content.length > 150 ? "..." : ""),
43-
image: "https://fastro.deno.dev/fastro.png",
43+
image: "https://fastro.deno.dev/fastro.jpeg",
4444
isLogin,
4545
avatar_url,
4646
html_url,

static/fastro.jpeg

235 KB
Loading

0 commit comments

Comments
 (0)