Barcode workflow

This commit is contained in:
Timo Knuth
2026-04-17 22:56:49 +02:00
parent 56d63a0146
commit 5894f4619d
3 changed files with 9 additions and 5 deletions

View File

@@ -4,7 +4,11 @@ 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],