feat: add friend links

This commit is contained in:
KazooTTT
2025-02-10 16:24:59 +08:00
parent 02aa732a8f
commit b11cf203d3

View File

@ -38,6 +38,10 @@ const friends: { name: string; url: string; description?: string }[] = [
name: `Roi's Blog`, name: `Roi's Blog`,
url: "https://roi.moe/", url: "https://roi.moe/",
}, },
{
name: "Seyee's Blog",
url: "https://seyee.co/",
},
]; ];
--- ---