fix: fixed build
This commit is contained in:
parent
486218d6db
commit
2ec7f7679a
|
@ -3,7 +3,7 @@ import { NextRequest } from "next/server";
|
||||||
|
|
||||||
export const runtime = "edge";
|
export const runtime = "edge";
|
||||||
|
|
||||||
export const contentType = "image/jpeg";
|
// export const contentType = "image/jpeg";
|
||||||
|
|
||||||
const width = 1200 / 2;
|
const width = 1200 / 2;
|
||||||
const height = 630 / 2;
|
const height = 630 / 2;
|
||||||
|
|
Loading…
Reference in New Issue