Skip to content

Commit 8b7d072

Browse files
committed
fix: img sizes
1 parent b1b553d commit 8b7d072

23 files changed

Lines changed: 4 additions & 4 deletions

next.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module.exports = {
44
output: 'export',
55
images: {
66
loader: 'custom',
7-
imageSizes: [16, 48, 96, 256, 384],
8-
deviceSizes: [640, 828, 1080, 1200, 1920],
7+
imageSizes: [16, 48, 96, 384],
8+
deviceSizes: [640, 1080, 1200],
99
},
1010
transpilePackages: ['next-image-export-optimizer'],
1111
experimental: {

src/assets/logo/linux-magazine.png

-118 KB
Binary file not shown.

src/assets/logo/programistamag.jpg

-805 KB
Binary file not shown.
10.9 KB
Loading

src/assets/organizers/michal.jpg

-133 KB
Binary file not shown.

src/assets/organizers/michal.webp

47.4 KB
Loading
-24.8 KB
Binary file not shown.

src/assets/speakers/Dorosz.webp

-171 KB
Loading
-95.6 KB
Binary file not shown.
-127 KB
Binary file not shown.

0 commit comments

Comments
 (0)