diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a6455c3..e327e2f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -106,8 +106,8 @@ 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: "Projects", href: "/projects" }, + { text: "Blog", href: "https://undefined.behavio.rs" }, { text: "Contact", href: "/contact" }, { text: "Resume", href: "/resume" }, ]; diff --git a/src/pages/projects.tsx b/src/pages/projects.tsx index 643131a..54c7ee3 100644 --- a/src/pages/projects.tsx +++ b/src/pages/projects.tsx @@ -45,6 +45,12 @@ const ProjectsPage: NextPage = () => { url: "https://github.com/Xevion/Paths", icon: GiPathDistance }, + { + name: "undefined behaviors", + description: "Astro-based Blog", + url: "https://undefined.behavio.rs", + icon: HiOutlineRss + }, { name: "v2.xevion.dev", description: "Jekyll-based Blog",