From 759fe0c3540ea3d84b64dfe274fb7292f71d48ec Mon Sep 17 00:00:00 2001 From: soulin maikadua <104555691+soulincsl@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:27:10 +0700 Subject: [PATCH] office commit --- src/components/BaseHead.astro | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 940c938..d1b3c04 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -12,6 +12,7 @@ interface Props { const canonicalURL = new URL(Astro.url.pathname, Astro.site); const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props; + --- @@ -44,10 +45,4 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props; - - \ No newline at end of file + \ No newline at end of file