diff --git a/next.config.mjs b/next.config.mjs index ddc39fb..cbedcfb 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,7 +2,7 @@ const nextConfig = { reactStrictMode: true, crossOrigin: 'anonymous', - transpilePackages: ['@lobehub/ui'], + transpilePackages: ['@lobehub/ui', 'antd-style'], async headers() { return [ {