Skip to content

Commit

Permalink
feat : next image | module exports 에서 devicesizes , imagesizes 구간 나누기 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNM authored Dec 14, 2024
1 parent 3f6aaa2 commit bd8acc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/ticket/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module.exports = withBundleAnalyzer(
return config;
},
images: {
imageSizes: [32, 64, 128, 256, 384],
deviceSizes: [750, 1080, 1920, 3840],
domains: ['asset.dudoong.com'],
minimumCacheTTL: 5184000,
},
Expand Down

0 comments on commit bd8acc5

Please sign in to comment.