From f816b93c39bcc045798d8a9c2e06c5c7f2daa984 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Fri, 5 Dec 2025 10:11:11 -0500 Subject: [PATCH] feat: Enlarge apple icon dimensions and internal font size, and remove edge runtime export. --- src/app/apple-icon.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/apple-icon.tsx b/src/app/apple-icon.tsx index 85e7696..2a3fb2e 100644 --- a/src/app/apple-icon.tsx +++ b/src/app/apple-icon.tsx @@ -1,10 +1,8 @@ import { ImageResponse } from 'next/og'; -export const runtime = 'edge'; - export const size = { - width: 32, - height: 32, + width: 180, + height: 180, }; export const contentType = 'image/png'; @@ -13,7 +11,7 @@ export default function Icon() { (