/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, transpilePackages: ['@ant-design', 'antd'], compiler: { styledComponents: true, }, experimental: { appDir: false, } } module.exports = nextConfig;