From 2d141d930d016a66968fd7cd8cff3500a8eb5651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=A7=E5=9B=A7?= Date: Wed, 22 Jan 2025 01:17:17 +0800 Subject: [PATCH] Remove og image --- src/layouts/Base.astro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index feb08ac..9b39bc1 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -76,8 +76,6 @@ const { title, meta_title, description, noindex, blogpost } = Astro.props; property="og:url" content={`${config.site.base_url}/${Astro.url.pathname.replace("/", "")}`} /> - - - -