aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/og/[slug].png.ts8
1 files changed, 4 insertions, 4 deletions
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<string, string> = {
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",