Skip to content

Commit 176c7aa

Browse files
Alejo Ponce De LeonAlejo Ponce De Leon
authored andcommitted
Fix build errors: Remove swcMinify option and add csv-parse dependency
1 parent 5ca9509 commit 176c7aa

File tree

3 files changed

+10866
-3089
lines changed

3 files changed

+10866
-3089
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4-
swcMinify: true, // Ensure SWC minification is explicitly enabled
4+
// swcMinify is enabled by default in Next.js 15.2.4+
55
images: {
66
domains: [
77
"images.unsplash.com",

0 commit comments

Comments
 (0)