3 neue Blog post

This commit is contained in:
Timo Knuth
2026-01-20 22:18:12 +01:00
parent 7328b3240d
commit 99acb37c83
14 changed files with 1275 additions and 834 deletions

View File

@@ -4,7 +4,20 @@ const nextConfig = {
skipTrailingSlashRedirect: true,
images: {
unoptimized: false,
domains: ['www.qrmaster.net', 'qrmaster.net', 'images.qrmaster.net'],
remotePatterns: [
{
protocol: 'https',
hostname: 'www.qrmaster.net',
},
{
protocol: 'https',
hostname: 'qrmaster.net',
},
{
protocol: 'https',
hostname: 'images.qrmaster.net',
},
],
formats: ['image/webp', 'image/avif'],
deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],