chore: upgrade to next 14.0.0

This commit is contained in:
Mythie
2023-10-27 15:14:04 +11:00
parent 4f99b58795
commit 7fa61c6bb6
11 changed files with 196 additions and 401 deletions

View File

@ -1,4 +1,5 @@
import { ImageResponse, NextResponse } from 'next/server';
import { ImageResponse } from 'next/og';
import { NextResponse } from 'next/server';
import { P, match } from 'ts-pattern';