Upgrade to Next.js 14 (#1224)

This commit is contained in:
Lee Robinson
2023-10-27 14:11:18 -05:00
committed by GitHub
parent 80e48001d9
commit 2448f5201c
10 changed files with 407 additions and 393 deletions

View File

@@ -1,4 +1,4 @@
import { ImageResponse } from 'next/server';
import { ImageResponse } from 'next/og';
import LogoIcon from './icons/logo';
export type Props = {