From 3ed3729d55fa971d385e6bb87a30c164166b6e2b Mon Sep 17 00:00:00 2001 From: Shayan Zamani Date: Mon, 5 Feb 2024 22:51:56 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix:=20fix=20OG=20image=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TheHead.astro | 2 +- src/components/TheImagePreview.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TheHead.astro b/src/components/TheHead.astro index 65a4a87..0129dde 100644 --- a/src/components/TheHead.astro +++ b/src/components/TheHead.astro @@ -1,6 +1,6 @@ --- const baseURL = import.meta.env.BASE_URL.slice(1); -const OGImgURL = `${baseURL}/images/og-img.webp`; +const OGImgURL = 'https://github.com/raw/ShayanTheNerd/image-editor/main/og-img.webp'; --- diff --git a/src/components/TheImagePreview.astro b/src/components/TheImagePreview.astro index 4958a1f..de3bc2d 100644 --- a/src/components/TheImagePreview.astro +++ b/src/components/TheImagePreview.astro @@ -8,7 +8,7 @@ const placeholderImgURL = `${DEV ? baseURL.slice(1) : baseURL}/images/img-placeh class="order-1 flex h-52 min-h-full items-center justify-center overflow-hidden rounded border-2 border-gray-400 bg-none shadow-inner shadow-gray-400 transition-all duration-300 md:order-2 md:col-span-8">