xiaolin.fu hai 1 ano
pai
achega
8b1ceecdf4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      next.config.mjs

+ 1 - 0
next.config.mjs

@@ -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";`