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" }, ];