This commit is contained in:
Timo Knuth
2025-10-17 13:45:33 +02:00
parent cd3ee5fc8f
commit 254e6490b8
36 changed files with 1712 additions and 917 deletions

View File

@@ -1,8 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
images: {
unoptimized: true
images: {
unoptimized: true,
domains: ['www.qrmaster.com', 'qrmaster.com', 'images.qrmaster.com']
},
experimental: {
serverComponentsExternalPackages: ['@prisma/client', 'bcryptjs']