Skip to content

Commit 1e99576

Browse files
committed
fix a issue that leads to subpages unaccessible
1 parent 0482452 commit 1e99576

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import HeaderLink from './HeaderLink.astro';
88
<h2><a href="/">{SITE_TITLE}</a></h2>
99
<div class="internal-links">
1010
<HeaderLink href="/">Home</HeaderLink>
11-
<HeaderLink href="/blog">Blog</HeaderLink>
12-
<HeaderLink href="/about">About</HeaderLink>
11+
<HeaderLink href="/dylanku2077.github.io/blog">Blog</HeaderLink>
12+
<HeaderLink href="/dylanku2077.github.io/about">About</HeaderLink>
1313
</div>
1414
<div class="social-links">
1515
<a href="https://m.webtoo.ls/@astro" target="_blank">

0 commit comments

Comments
 (0)