8 lines
457 B
JavaScript
8 lines
457 B
JavaScript
/**
|
|
* @deprecated ImageResponse moved from "next/server" to "next/og" since Next.js 14, please import from "next/og" instead.
|
|
* Migration with codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods#next-og-import
|
|
*/ export function ImageResponse() {
|
|
throw new Error('ImageResponse moved from "next/server" to "next/og" since Next.js 14, please import from "next/og" instead');
|
|
}
|
|
|
|
//# sourceMappingURL=image-response.js.map
|