diff --git a/src/pages/blog.astro b/src/pages/blog.astro index f34fa4a..4cc86c0 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -7,13 +7,26 @@ const allPosts = await getCollection("blog"); const pageTitle = "新着記事"; --- + -

This is where I will post about my journey learning Astro.

- +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 4ee851f..8fe64e8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -29,7 +29,7 @@ const allPosts = await getCollection("blog");

20代のエンジニアによる技術や書評のアウトプットブログ

-

新しい記事 一覧

+

新しい記事

{ allPosts.slice(0, 6).map((post: any) => (