Skip to content

Commit fd75150

Browse files
authored
Merge pull request #349 from walnuts1018/walnuts1018-patch-1
Fix formatting and add new blog entry
2 parents ee6b91c + 5178b97 commit fd75150

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/blog/Blogs.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
"use client";
21
import { Card, hatenaTheme, qiitaTheme, zennTheme } from "../Cards/Card";
32
import hatenaBlogItems from "./hatena-blog";
43
import { cn } from "@/lib/utils";
@@ -102,4 +101,10 @@ const blogItems: BlogItem[] = [
102101
imageSrc:
103102
"https://tech.preferred.jp/wp-content/uploads/2024/11/2b530e80c7d0de90885e285c5d798063.png",
104103
},
104+
{
105+
title: "OpenCostを使ってEKSクラスタのコストを可視化しました",
106+
href: "https://developer.hatenastaff.com/entry/2025/09/04/100000",
107+
type: "hatena",
108+
date: new Date("2025-09-04"),
109+
},
105110
];

0 commit comments

Comments
 (0)