qrmaster.net

This commit is contained in:
Timo Knuth
2025-12-09 22:22:36 +01:00
parent 424c61a176
commit 8c5e2fa58e
37 changed files with 549 additions and 915 deletions

View File

@@ -3,14 +3,14 @@ const nextConfig = {
output: 'standalone',
images: {
unoptimized: false,
domains: ['www.qrmaster.com', 'qrmaster.com', 'images.qrmaster.com'],
domains: ['www.qrmaster.net', 'qrmaster.net', '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],
},
experimental: {
serverComponentsExternalPackages: ['@prisma/client', 'bcryptjs']
}
}
serverComponentsExternalPackages: ['@prisma/client', 'bcryptjs'],
},
};
export default nextConfig
export default nextConfig;