mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
feat: Enlarge apple icon dimensions and internal font size, and remove edge runtime export.
This commit is contained in:
@@ -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() {
|
||||
(
|
||||
<div
|
||||
style={{
|
||||
fontSize: 24,
|
||||
fontSize: 120,
|
||||
background: '#8B4513',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
|
||||
Reference in New Issue
Block a user