mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 02:31:31 +08:00
feat: add friend links
This commit is contained in:
@ -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/",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user