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