fix: broken link fixes

This commit is contained in:
Devin Haska 2024-03-05 11:32:42 -08:00
parent 937ba9009f
commit 405ce1533d
4 changed files with 7 additions and 4 deletions

View file

@ -87,6 +87,10 @@ 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));