Update blog post metadata and styles
All checks were successful
Test / test (push) Successful in 50s
RenovateBot / renovate (push) Successful in 1m19s

This commit is contained in:
Valentin Popov 2024-10-02 23:09:05 +00:00
parent 2b53025876
commit 4075996fa1
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -1,2 +1,2 @@
DEFAULT_TITLE=Valentin Popovs Technology Blog
DEFAULT_TITLE=Valentin Popovs Blog
DEFAULT_DESCRIPTION=Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker.

View File

@ -50,7 +50,7 @@ const { pathname } = Astro.url;
pathname !== "/" ? (
<>
<Icon name="hugeicons:arrow-left-01" />
<span>{import.meta.env.DEFAULT_TITLE}</span>
<span>Home</span>
</>
) : (
<>