Skip to content

Commit

Permalink
chore: update og cover image (heyxyz#4283)
Browse files Browse the repository at this point in the history
* chore: update DEFAULT_OG

* chore: update og cover image
  • Loading branch information
bigint authored Dec 19, 2023
1 parent 1dafbf8 commit ac26ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions apps/web/src/components/Common/MetaTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ const MetaTags: FC<MetaTagsProps> = ({
<meta content={title} property="og:title" />
<meta content={description} property="og:description" />
<meta content={DEFAULT_OG} property="og:image" />
<meta content="400" property="og:image:width" />
<meta content="400" property="og:image:height" />

<meta content="summary" property="twitter:card" />
<meta content="summary_large_image" property="twitter:card" />
<meta content={APP_NAME} property="twitter:site" />
<meta content={title} property="twitter:title" />
<meta content={description} property="twitter:description" />
Expand Down
2 changes: 1 addition & 1 deletion packages/data/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const RARIBLE_URL = IS_MAINNET
export const IPFS_GATEWAY = 'https://gw.ipfs-lens.dev/ipfs/';
export const ARWEAVE_GATEWAY = 'https://gateway.irys.xyz/';
export const EVER_API = 'https://endpoint.4everland.co';
export const DEFAULT_OG = `${STATIC_IMAGES_URL}/og/logo.jpeg`;
export const DEFAULT_OG = `${STATIC_IMAGES_URL}/og/cover.png`;
export const PLACEHOLDER_IMAGE = `${STATIC_IMAGES_URL}/placeholder.webp`;

// Tokens / Keys
Expand Down

0 comments on commit ac26ab0

Please sign in to comment.