perf: export data

This commit is contained in:
archer
2023-05-28 21:13:17 +08:00
parent d351a56e03
commit 403e1f2d92
4 changed files with 18 additions and 3 deletions

View File

@@ -69,3 +69,11 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse<
});
}
}
export const config = {
api: {
bodyParser: {
sizeLimit: '100mb'
}
}
};