Skip to content

Commit

Permalink
feat: add og image
Browse files Browse the repository at this point in the history
  • Loading branch information
TranThang-2804 committed Nov 3, 2024
1 parent a0ec965 commit 9cb8b7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/tommy-og.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const SITE: Site = {
profile: "https://tommytran.dev/",
desc: "A minimal, responsive and SEO-friendly Astro blog theme.",
title: "Tommy's Blog",
ogImage: "tommy-og.jpg",
ogImage: "tommy-og.webp",
lightAndDarkMode: true,
postPerIndex: 4,
postPerPage: 5,
Expand Down

0 comments on commit 9cb8b7a

Please sign in to comment.