Skip to content

Commit

Permalink
swc build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LoV432 committed Feb 15, 2024
1 parent f3172c6 commit 68fa814
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
output: 'standalone'
reactStrictMode: false,
output: 'standalone',
swcMinify: false
};

module.exports = nextConfig;

0 comments on commit 68fa814

Please sign in to comment.