Skip to content

Commit d7e9bf8

Browse files
committed
fix: ci
1 parent 77cb5c1 commit d7e9bf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
import NextBundleAnalyzer from '@next/bundle-analyzer';
3-
import withLess from 'next-with-less';
43

54
let nextConfig = {
65
images: {
@@ -32,4 +31,4 @@ if (process.env.ANALYZE === 'true') {
3231
})(nextConfig);
3332
}
3433

35-
export default withLess(nextConfig);
34+
export default nextConfig;

0 commit comments

Comments
 (0)