Fixes bundle size for Hobby plan users (#1054)

This commit is contained in:
Michael Novotny
2023-07-05 09:26:30 -05:00
committed by GitHub
parent 70dcfa9736
commit 1918c25f4a
3 changed files with 207 additions and 415 deletions

View File

@@ -1,4 +1,4 @@
import { ImageResponse } from '@vercel/og';
import { ImageResponse } from 'next/server';
export type Props = {
title?: string;