We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee6b91c + 5178b97 commit fd75150Copy full SHA for fd75150
src/components/blog/Blogs.tsx
@@ -1,4 +1,3 @@
1
-"use client";
2
import { Card, hatenaTheme, qiitaTheme, zennTheme } from "../Cards/Card";
3
import hatenaBlogItems from "./hatena-blog";
4
import { cn } from "@/lib/utils";
@@ -102,4 +101,10 @@ const blogItems: BlogItem[] = [
102
101
imageSrc:
103
"https://tech.preferred.jp/wp-content/uploads/2024/11/2b530e80c7d0de90885e285c5d798063.png",
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
+ },
110
];
0 commit comments