update dependencies

update image config
This commit is contained in:
DefectingCat
2022-09-29 17:35:52 +08:00
parent 676c4b6d4d
commit 5f104f011d
3 changed files with 749 additions and 518 deletions

View File

@ -23,12 +23,10 @@ const nextConfig = {
/* config options here */
reactStrictMode: true,
output: 'standalone',
images: isExport ? { unoptimized: true } : {},
experimental: {
// runtime: 'nodejs',
// outputStandalone: true,
images: isExport
? { allowFutureImage: true, unoptimized: true }
: { allowFutureImage: true },
},
// assetPrefix: isExport ? './' : undefined,
// images: