Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
coderz-w committed Nov 4, 2024
1 parent 77cb5c1 commit d7e9bf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */
import NextBundleAnalyzer from '@next/bundle-analyzer';
import withLess from 'next-with-less';

let nextConfig = {
images: {
Expand Down Expand Up @@ -32,4 +31,4 @@ if (process.env.ANALYZE === 'true') {
})(nextConfig);
}

export default withLess(nextConfig);
export default nextConfig;

0 comments on commit d7e9bf8

Please sign in to comment.