Wichige änderung an DB

This commit is contained in:
Timo Knuth
2025-11-05 12:02:59 +01:00
parent 2f0208ebf9
commit f31992b952
37 changed files with 2774 additions and 2596 deletions

View File

@@ -2,8 +2,11 @@
const nextConfig = {
output: 'standalone',
images: {
unoptimized: true,
domains: ['www.qrmaster.com', 'qrmaster.com', 'images.qrmaster.com']
unoptimized: false,
domains: ['www.qrmaster.com', 'qrmaster.com', 'images.qrmaster.com'],
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']