Switch runtime to edge

Format code
This commit is contained in:
DefectingCat
2022-11-01 11:44:44 +08:00
parent 502e624d90
commit dcec7044c7
6 changed files with 65 additions and 74 deletions

View File

@ -10,7 +10,7 @@ const nextConfig = {
output: 'standalone',
images: isExport ? { unoptimized: true } : {},
experimental: {
// runtime: 'nodejs',
runtime: 'experimental-edge',
largePageDataBytes: 512 * 1000,
},
compiler: {