Skip to content

Commit

Permalink
🚨 fix build warning
Browse files Browse the repository at this point in the history
The error was:
```
Invalid next.config.js options detected:
    Unrecognized key(s) in object: 'swcMinify'
```

refs vercel/next.js#73281
  • Loading branch information
AndreMiras committed Dec 9, 2024
1 parent dbbb06c commit d9ce37d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
};

module.exports = nextConfig;

0 comments on commit d9ce37d

Please sign in to comment.