web: bump Next.js to 14.0 for faster local server startup (#1925)

This commit is contained in:
Bowen Liang
2024-01-09 13:46:02 +08:00
committed by GitHub
parent c32c177e15
commit 126b4c332f
4 changed files with 828 additions and 663 deletions

View File

@@ -17,7 +17,6 @@ const nextConfig = {
// Configure pageExtensions to include md and mdx
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
experimental: {
appDir: true,
},
// fix all before production. Now it slow the develop speed.
eslint: {