/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, swcMinify: true, // 他のカスタム設定をここに追加 }; export default nextConfig;