feat: add a new friend link

This commit is contained in:
KazooTTT
2024-12-24 14:33:44 +08:00
parent dbc6c98ce4
commit 006124ebd1

View File

@ -33,6 +33,10 @@ const friends = [
{
name: 'poivre',
url: 'https://blog.poivrehxx.site/'
},
{
name: `Roi's Blog`,
url: 'https://roi.moe/',
}
]
---