feat: add blogroll item
This commit is contained in:
parent
ef7e2cf1ca
commit
937ba9009f
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ const blogroll = [
|
||||||
title: "HeydonWorks",
|
title: "HeydonWorks",
|
||||||
url: "https://heydonworks.com",
|
url: "https://heydonworks.com",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Anh",
|
||||||
|
url: "https://anhvn.com",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const sortedBlogroll = blogroll.sort((a, b) => a.title.localeCompare(b.title));
|
const sortedBlogroll = blogroll.sort((a, b) => a.title.localeCompare(b.title));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue