From a82e99611ef13b92ff6a5812ab21239e978d8009 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 13 Feb 2023 14:36:31 +0100 Subject: [PATCH] update meta tag site_name --- src/components/Head.astro | 6 +----- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/Head.astro b/src/components/Head.astro index fa99373..816ea3c 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -8,10 +8,6 @@ const defaultDescription = let { title, description = defaultDescription } = Astro.props; -title = `${ - title ? `${title} | ` : "" -}Ayo Ayco | Software Engineer + Web Developer`; - const baseURL = "https://ayo.ayco.io"; --- @@ -34,13 +30,13 @@ const baseURL = "https://ayo.ayco.io"; + - diff --git a/src/pages/index.astro b/src/pages/index.astro index 2f1069b..1908b2e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,7 @@ import Card from "../components/Card.astro"; import Footer from "../components/Footer.astro"; --- - +