From 858399c8eca9e5d8993ffe45eac32687032f2fe7 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Wed, 1 Jul 2026 10:14:59 +0900 Subject: OG画像を修正、サイドバーからtextlintを削除 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OG画像: フォントサイズを大きくし、whisperタイトルを修正 astro.config.mjs: サイドバーからtextlintガイド(下書き)を削除 --- src/pages/og/[slug].png.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/pages') diff --git a/src/pages/og/[slug].png.ts b/src/pages/og/[slug].png.ts index 543fe46..712a39f 100644 --- a/src/pages/og/[slug].png.ts +++ b/src/pages/og/[slug].png.ts @@ -9,7 +9,7 @@ const pages: Record = { support: "ご支援", contact: "コンタクト", "whisper-to-ai-moji-okoshi": - "無料・超高精度のWhisper + 生成AIで文字起こしする方法", + "無料・超高精度のWhisperで文字起こしする方法(+α)", "koubunsyo-kanri": "公文書管理の不正追及の軌跡", "ijime-judai-jitai": "いじめ重大事態への対応の軌跡", "fukushi-shisetsu-gyakutai": "障害者福祉施設における虐待通報対応の軌跡", @@ -123,7 +123,7 @@ export async function GET({ params }: { params: { slug: string } }) { type: "div", props: { style: { - fontSize: "48px", + fontSize: "64px", fontWeight: "700", lineHeight: "1.2", letterSpacing: "-0.02em", @@ -137,7 +137,7 @@ export async function GET({ params }: { params: { slug: string } }) { style: { display: "flex", gap: "14px", - fontSize: "24px", + fontSize: "32px", fontWeight: "500", color: "#a5b4fc", }, @@ -166,7 +166,7 @@ export async function GET({ params }: { params: { slug: string } }) { style: { display: "flex", gap: "16px", - fontSize: "20px", + fontSize: "26px", fontWeight: "400", color: "rgba(255,255,255,0.45)", paddingTop: "12px", -- cgit v1.3.1