We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a3002 commit 5178b97Copy full SHA for 5178b97
1 file changed
src/components/blog/Blogs.tsx
@@ -65,7 +65,8 @@ const blogItems: BlogItem[] = [
65
date: new Date("2023-09-13"),
66
},
67
{
68
- title: "はてなブログやGigaViewerで使われている画像変換プロキシをEC2からEKSに移行しました",
+ title:
69
+ "はてなブログやGigaViewerで使われている画像変換プロキシをEC2からEKSに移行しました",
70
href: "https://developer.hatenastaff.com/entry/2024/08/29/124236",
71
type: "hatena",
72
date: new Date("2024-08-29"),
0 commit comments