@@ -6,6 +6,7 @@ const withNextIntl = createNextIntlPlugin();
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
+ output:"export",
transpilePackages: ['antd-mobile'],
sassOptions: {
prependData: `@import "./src/styles/variables.scss";`