From 7e14223a6d967cf4056960d19637cddaa3eeda3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E9=98=B3?= Date: Tue, 9 Dec 2025 10:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitignore=E4=BB=A5=E5=8F=8D?= =?UTF-8?q?=E6=98=A0=E6=96=B0=E7=9A=84=E6=9E=84=E5=BB=BA=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=EF=BC=8C=E5=B9=B6=E5=9C=A8next.config.mjs?= =?UTF-8?q?=E4=B8=AD=E6=B3=A8=E9=87=8A=E6=8E=89distDir=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BB=A5=E4=BD=BF=E7=94=A8=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- next.config.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 05c2bee..885d213 100755 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ /coverage # next.js -/next/ +/.next/ /out/ # production diff --git a/next.config.mjs b/next.config.mjs index 4a1f1d8..e455d61 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { // 自定义构建输出目录 - distDir: 'next', + // distDir: 'next', // 关闭严格模式 reactStrictMode: false, // 配置图片来源