From 006124ebd1f8f38ee4efd393d7934dcebf938c37 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Tue, 24 Dec 2024 14:33:44 +0800 Subject: [PATCH] feat: add a new friend link --- src/pages/friends.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/friends.astro b/src/pages/friends.astro index d7d25cb..6b94442 100644 --- a/src/pages/friends.astro +++ b/src/pages/friends.astro @@ -33,6 +33,10 @@ const friends = [ { name: 'poivre', url: 'https://blog.poivrehxx.site/' + }, + { + name: `Roi's Blog`, + url: 'https://roi.moe/', } ] ---