Add app directory

This commit is contained in:
DefectingCat
2023-03-20 16:00:43 +08:00
parent 01c6ab55c2
commit f0f9e620b5
23 changed files with 836 additions and 1987 deletions

View File

@ -11,7 +11,8 @@ const nextConfig = {
images: isExport ? { unoptimized: true } : {},
experimental: {
// runtime: 'experimental-edge',
largePageDataBytes: 512 * 1000,
// largePageDataBytes: 512 * 1000,
appDir: true,
},
compiler: {
removeConsole: process.env.NODE_ENV === 'production',