// next.config.js /** @type {import('next').NextConfig} */ const nextConfig = { distDir: 'build', // 改变默认的 .next 目录 reactStrictMode: true, }; module.exports = nextConfig;