This commit is contained in:
2025-10-22 03:33:11 +00:00
commit 0d300ff236
3020 changed files with 2363259 additions and 0 deletions

13
next.config.js Normal file
View File

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