From 4075996fa12e923ab8aa9c057eecf564736ae338 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 2 Oct 2024 23:09:05 +0000 Subject: Update blog post metadata and styles --- src/components/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/Header.astro b/src/components/Header.astro index 2fdf620..a42ff2a 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -50,7 +50,7 @@ const { pathname } = Astro.url; pathname !== "/" ? ( <> - {import.meta.env.DEFAULT_TITLE} + Home ) : ( <> -- cgit v1.2.3