feat: Enlarge apple icon dimensions and internal font size, and remove edge runtime export.

This commit is contained in:
2025-12-05 10:11:11 -05:00
parent ee5a860940
commit f816b93c39

View File

@@ -1,10 +1,8 @@
import { ImageResponse } from 'next/og'; import { ImageResponse } from 'next/og';
export const runtime = 'edge';
export const size = { export const size = {
width: 32, width: 180,
height: 32, height: 180,
}; };
export const contentType = 'image/png'; export const contentType = 'image/png';
@@ -13,7 +11,7 @@ export default function Icon() {
( (
<div <div
style={{ style={{
fontSize: 24, fontSize: 120,
background: '#8B4513', background: '#8B4513',
width: '100%', width: '100%',
height: '100%', height: '100%',