Add link to v2.xevion.dev blog site

This commit is contained in:
2023-05-13 02:28:31 -05:00
parent 882f4291aa
commit 300f44fc34

View File

@@ -107,6 +107,7 @@ export async function getStaticProps() {
const buttons = [
{ text: "GitHub", href: "https://github.com/Xevion" },
{text: "Projects", href: "/projects"},
{text: "Blog", href: "https://v2.xevion.dev/" },
{ text: "Contact", href: "/contact" },
{ text: "Resume", href: "/resume" },
];