浏览代码

优化首页

xiaolin.fu 1 年之前
父节点
当前提交
8b1ceecdf4
共有 1 个文件被更改,包括 1 次插入0 次删除
  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";`