Skip to content

Commit

Permalink
feat: add gif as opengraph image
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Agnew committed Aug 22, 2024
1 parent c5e7a9b commit f6face6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions components/Seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Seo = ({ title, description }: Props) => {
description: description,
images: [
{
url: "/images/chris-agnew-llc-og.webp",
url: "/images/chris-agnew-og.gif",
width: 1200,
height: 630,
alt: "Chris Agnew LLC Company Logo",
Expand All @@ -26,11 +26,6 @@ const Seo = ({ title, description }: Props) => {
],
site_name: "Chris Agnew LLC | Full-Stack React Developer",
}}
twitter={{
handle: "@handle",
site: "@site",
cardType: "summary_large_image",
}}
/>
);
};
Expand Down
Binary file added public/images/chris-agnew-og.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f6face6

Please sign in to comment.