xiaolin.fu 1 anno fa
parent
commit
405d2329ee
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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";`
   },