wrath/src/config/links.ts
2024-12-23 01:28:46 +08:00

14 lines
380 B
TypeScript

export const links = [
{
name: "Astro",
link: "https://astro.build",
description: "The web framework for content-driven websites",
avatar: "/links/astro.svg",
},
{
name: "Guoqi Sun",
link: "https://blog.sunguoqi.com",
description: "Try, fail, retry. That's the rhythm of growth.",
avatar: "https://assets.guoqi.dev/images/avatar.png",
},
]