Skip to content

Commit 9c95ba6

Browse files
committed
chore: disable the "next" image optimization
1 parent 5b5a05c commit 9c95ba6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playground/next.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const nextConfig: NextConfig = {
66
ignoreDuringBuilds: true
77
},
88
images: {
9-
domains: ['picsum.photos'] // 👈 添加允许的域名
9+
domains: ['picsum.photos'],
10+
unoptimized: true
1011
},
1112
typescript: {
1213
ignoreBuildErrors: true

0 commit comments

Comments
 (0)