Barcode workflow
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user