Skip to content

Commit

Permalink
feat: add ogimage, fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 24, 2025
1 parent dfc094b commit 8aea032
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/ogimage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Meta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const name = "thaddeus kuah";
const description = "an 18 year old hobbyist programmer and gamer who studies at nanyang polytechnic in singapore.";
const keywords = "tk,tkkr,thaddeuskkr,thaddeus,kuah";
const color = "#E2AFDE";
const ogimage = "https://www.tkkr.dev/assets/ogimage.jpg";
const ogimage = "https://www.tkkr.dev/ogimage.jpg";
const at = "@thaddeuskkr";
---

Expand Down

0 comments on commit 8aea032

Please sign in to comment.