xiaolin.fu 1 éve
szülő
commit
8b1ceecdf4
1 módosított fájl, 1 hozzáadás és 0 törlés
  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";`