From 4fdf9c1e6a8a4be9071aaea13fe192c781a08494 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 27 May 2023 22:13:39 +0200 Subject: [PATCH] update head --- src/components/Head.astro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Head.astro b/src/components/Head.astro index e7b2c5c..b5b2fa2 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -31,6 +31,7 @@ const baseURL = "https://ayo.ayco.io"; + @@ -40,7 +41,7 @@ const baseURL = "https://ayo.ayco.io"; { - title !== defaultTitle ? ( + title !== defaultTitle && ( - ) : ( - ) }