14 lines
380 B
TypeScript
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",
|
|
},
|
|
]
|