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