Skip to content

Commit

Permalink
add social image (#3)
Browse files Browse the repository at this point in the history
* add SEO for uploadz page

* add social media image
  • Loading branch information
marshyon authored Jan 2, 2024
1 parent 285b8d6 commit 78d257a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file added public/images/waving_sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ import data from "../data/site.json";
title: "Headshed Dev",
type: "article",
image:
data.site + "/images/waving.webp",

data.site + "/images/waving_sm.png",
},
optional: {
description: "Building a Personal Digital AI prescence",
Expand All @@ -47,7 +46,7 @@ import data from "../data/site.json";
{
name: "twitter:image",
content:
"/images/waving.webp",
"/images/waving_sm.png",
},
{ name: "twitter:title", content: "Headshed Dev" },
{ name: "twitter:description", content: "Building a Personal Digital AI prescence" },
Expand Down

0 comments on commit 78d257a

Please sign in to comment.