diff --git a/pages/api/schedule-artwork.tsx b/pages/api/schedule-artwork.tsx index 08b800c..5603469 100644 --- a/pages/api/schedule-artwork.tsx +++ b/pages/api/schedule-artwork.tsx @@ -64,6 +64,7 @@ async function handle(request: Request) { }); const longSchedule = todaysSchedule.length > 10; + const extraLongSchedule = todaysSchedule.length > 11; const fontLight = await fetch( new URL("../../assets/VisueltLight.otf", import.meta.url) @@ -79,11 +80,7 @@ async function handle(request: Request) { return new ImageResponse( ( -