Skip to content

Commit

Permalink
remove og image string
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdroukas committed Sep 13, 2023
1 parent a02971e commit f6ce0a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/site/configuration/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const siteConfiguration: SiteConfiguration = {
url: Strings.configuration.author.url,
},
creator: Strings.configuration.creator,
ogImage: Strings.configuration.ogImage,
links: {
url: Strings.configuration.links.url,
twitter: Strings.configuration.links.twitter,
Expand Down
1 change: 0 additions & 1 deletion packages/ui/library/strings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const Strings = {
url: "https://drouk.as",
},
creator: "Chris Droukas",
ogImage: "https://drouk.as/images/og-image.png",
links: {
url: "https://drouk.as",
twitter: "https://twitter.com/chrisdroukas",
Expand Down
1 change: 0 additions & 1 deletion packages/ui/types/site-configuration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export type SiteConfiguration = {
name: string;
description: string;
keywords: string | string[];
ogImage: string;
author: {
name: string;
url: string | URL;
Expand Down

0 comments on commit f6ce0a2

Please sign in to comment.