Ver Fonte

优化首页

xiaolin.fu há 1 ano atrás
pai
commit
8b1ceecdf4
1 ficheiros alterados com 1 adições e 0 exclusões
  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";`