From 300f44fc34e4ca2108f2b34d50033850df53f33c Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 13 May 2023 02:28:31 -0500 Subject: [PATCH] Add link to v2.xevion.dev blog site --- src/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d0c3fa3..177a49a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -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" }, ];