diff options
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> |