diff options
author | LarsVomMars | 2024-12-27 13:01:37 +0100 |
---|---|---|
committer | LarsVomMars | 2024-12-27 13:01:37 +0100 |
commit | 1ffbf71a057e8789fd6471e319a9a16c4ce031e1 (patch) | |
tree | c15c4a8a72ae07ea496c6232445f74b46326b1ba /src/components/Header.astro | |
parent | 492922eb31f3c4e8232b97eb2b81824a6eecddd1 (diff) |
update urls
Diffstat (limited to 'src/components/Header.astro')
-rw-r--r-- | src/components/Header.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro index c9ab99f..8d01e09 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -5,7 +5,7 @@ import { SITE_TITLE } from '../consts'; <header> <nav> - <h2><a href="/">{SITE_TITLE}</a></h2> + <h2><a href="/astro-blog">{SITE_TITLE}</a></h2> <div class="internal-links"> <HeaderLink href="/">Home</HeaderLink> <HeaderLink href="/blog">Blog</HeaderLink> |