From 4075996fa12e923ab8aa9c057eecf564736ae338 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 2 Oct 2024 23:09:05 +0000 Subject: [PATCH] Update blog post metadata and styles --- .env | 2 +- src/components/Header.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 74b495e..270e1d8 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -DEFAULT_TITLE=Valentin Popov’s Technology Blog +DEFAULT_TITLE=Valentin Popov’s Blog DEFAULT_DESCRIPTION=Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker. \ No newline at end of file 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 ) : ( <>