禁用 standalone 模式以避免依赖问题,更新开发命令以指定端口,优化部署脚本以提升可维护性。
This commit is contained in:
@@ -6,7 +6,7 @@ const nextConfig = {
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
output: 'standalone',
|
||||
// output: 'standalone', // 暂时禁用 standalone 模式避免依赖问题
|
||||
// 抑制开发环境下的错误遮罩
|
||||
devIndicators: {
|
||||
buildActivity: false,
|
||||
|
||||
Reference in New Issue
Block a user