你好,世界

欢迎来到我的新网站!这是使用 Astro + Tailwind + MDX 搭建的博客。

export function hello(name: string) {
  return `Hello ${name}`;
}