Skip to content

Commit 85379cc

Browse files
committed
fix(img): allow to use landscape/portrait variants
1 parent c02df91 commit 85379cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+220
-37
lines changed

contents/conferences/chtijs-24.md

Lines changed: 1 addition & 1 deletion

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const nextConfig = {
1919
images: {
2020
loader: 'custom',
2121
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
22-
deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
22+
deviceSizes: [750, 1050, 1400],
2323
},
2424
env: {
2525
nextImageExportOptimizer_imageFolderPath: 'public/images',

public/images/banner.png

30.4 KB

public/images/banner.svg

Lines changed: 181 additions & 1 deletion
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"/404.png": "qKTvmTiPsytjmx8PjrVhUTJrZ8qgvHZ7H9Yp4+1Zhn4=",
3+
"/banner.png": "HR3b0zR03rjZeoNkFaPlxUAp0e0FQfamioluiKEG9yw=",
4+
"/favicon-128.png": "DlEzj16HyWA+D+rOJqu4lTwQuUWqjrkEKqhFsCy1BQY=",
5+
"/favicon-16.png": "rKcnr-MgFpeqmf9xv0awtXuKKFJU8x61X3OkTlyyYso="
6+
}
260 Bytes
16.2 KB
5.29 KB
16.2 KB
406 Bytes

0 commit comments

Comments
 (0)