From a00794f6684669fd0920ba02333e20880bd73610 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sat, 15 Jul 2023 15:06:44 +0200 Subject: [PATCH] docs: add links as project --- src/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config.ts b/src/config.ts index 9a53a23..fbf60f7 100644 --- a/src/config.ts +++ b/src/config.ts @@ -149,6 +149,11 @@ export const PROJECTS = [ link: "https://github.com/xHyroM/hykord", desc: "My @discord client modification. Currently out of date but prepare for a new version soon.", }, + { + name: "links", + link: "https://github.com/xHyroM/links", + desc: "Modern and simple link tree. Built on top of Astro and TailwindCSS. Using Cloudflare Pages.", + }, { name: "lsx", link: "https://github.com/xHyroM/lsx",