Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
vtcaregorodtcev committed Mar 25, 2023
1 parent 296964d commit c5792c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/src/components/PageMeta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const { meta, og, twitter } = getPageMeta({
title: title || SITE_TITLE,
description: description || SITE_DESCRIPTION,
baseUrl: SITE_URL,
ogImageAbsoluteUrl: `${SITE_URL}/images/og.png`,
ogImageAltText: "My fancy website",
ogImageAbsoluteUrl: `${SITE_URL}/images/og.jpg`,
ogImageAltText: "2minsDevsNotes",
ogImageWidth: 1200,
ogImageHeight: 630,
siteOwnerTwitterHandle: TWITTER_HANDLE,
Expand Down

0 comments on commit c5792c4

Please sign in to comment.