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