Skip to content

Commit 4c20d48

Browse files
committed
remove output export setting from next config
1 parent d392e0b commit 4c20d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const nextConfig: NextConfig = {
1212
pathname: "/**",
1313
},
1414
],
15-
unoptimized: true,
15+
1616
},
1717
};
1818

0 commit comments

Comments
 (0)