xiaolin.fu il y a 1 an
Parent
commit
405d2329ee
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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";`
   },