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() { (