Skip to content

Commit 3eb8f36

Browse files
committed
[fix] 🏀 이미지 요청 format 설정
1 parent 381faf5 commit 3eb8f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: next.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const nextConfig = {
88
pathname: '/prod_img/**',
99
},
1010
],
11+
formats: ['image/webp'],
1112
},
1213
async headers() {
1314
return [

0 commit comments

Comments
 (0)