fix: broken link fixes
This commit is contained in:
parent
937ba9009f
commit
405ce1533d
4 changed files with 7 additions and 4 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue