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';
|
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%',
|
||||||
|
|||||||
Reference in New Issue
Block a user