feat: update blogroll data (#7)

This commit is contained in:
Devin Haska 2024-09-29 21:50:29 -07:00 committed by GitHub
parent 00852c059a
commit 75902fd510
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,8 +28,8 @@ const blogroll = [
url: "https://alicebartlett.co.uk/",
},
{
title: "Arcana Computer",
url: "https://www.arcana.computer/",
title: "Justin Duke",
url: "https://jmduke.com/",
},
{
title: "Jonas Downey",
@ -51,10 +51,6 @@ const blogroll = [
title: "Ryan Mulligan",
url: "https://ryanmulligan.dev/",
},
{
title: "cliophate",
url: "https://cliophate.wtf/",
},
{
title: "Ryan P. Randall",
url: "https://www.ryanpatrickrandall.com/",
@ -87,10 +83,6 @@ const blogroll = [
title: "Anh",
url: "https://anhvn.com",
},
{
title: "Cassidy Williams",
url: "https://blog.cassidoo.co",
},
];
const sortedBlogroll = blogroll.sort((a, b) => a.title.localeCompare(b.title));