xiaolin.fu před 1 rokem
rodič
revize
405d2329ee
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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";`
   },