Change header links to redirect to primary site

This commit is contained in:
2023-05-12 19:04:59 -05:00
parent 493c043b1d
commit 37b98cb504

View File

@@ -8,9 +8,9 @@
<nav>
<a href="/">~/</a>
:
<a href="/about/">~/about/</a>
<a href="https://xevion.dev">~/about/</a>
:
<a href="/projects/">~/projects/</a>
<a href="https://xevion.dev/projects">~/projects/</a>
:
<a href="/resume">~/resume/</a>
<a href="https://xevion.dev/resume">~/resume/</a>
</nav>