mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
fix: production export pdf
This commit is contained in:
@@ -3,10 +3,7 @@ import { NextResponse } from "next/server";
|
||||
import puppeteer from "puppeteer-core";
|
||||
import chrome from "@sparticuz/chromium";
|
||||
|
||||
// vercel serverless puppeteer chromium deploy 500
|
||||
export const config = {
|
||||
runtime: "experimental-edge"
|
||||
};
|
||||
export const runtime = "experimental-edge";
|
||||
|
||||
export async function POST(req: Request) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user