From c5792c4d1967ffac214e983f02d414b9a1923475 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 25 Mar 2023 22:53:35 +0300 Subject: [PATCH] fix action --- notes/src/components/PageMeta.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/src/components/PageMeta.astro b/notes/src/components/PageMeta.astro index 3276d34..6f25284 100644 --- a/notes/src/components/PageMeta.astro +++ b/notes/src/components/PageMeta.astro @@ -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,