Skip to content

Commit

Permalink
이미지 최적화 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jun 25, 2024
1 parent c76bf6a commit 8b018f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const nextConfig = {
'userimage.bucket.s3.ap-northeast-2.amazonaws.com',
'sabujak-image-bucket.s3.ap-northeast-2.amazonaws.com',
'*'
]
],
formats: ['image/avif', 'image/webp']
},
reactStrictMode: true,
webpack: (config, { isServer }) => {
Expand Down

0 comments on commit 8b018f5

Please sign in to comment.