k_dev_

Astro で技術ブログを作った

AstroTypeScript

はじめに

Astro でブログを作った記録。

コード例

const greet = (name: string) => `Hello, ${name}`
← Back to blog