소스 검색

解决冲突

xiaolin.fu 1 년 전
부모
커밋
405d2329ee
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      next.config.mjs

+ 0 - 1
next.config.mjs

@@ -8,7 +8,6 @@ const nextConfig = {
   output: 'standalone',
   reactStrictMode: true,
   transpilePackages: ['antd-mobile'],
-
   sassOptions: {
     prependData: `@import "./src/styles/variables.scss";`
   },