ultisuite-client/next.config.mjs
R3D347HR4Y 53d5c76d76 deploy
2026-05-15 18:19:29 +02:00

13 lines
205 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
typescript: {
ignoreBuildErrors: true,
},
images: {
unoptimized: true,
},
}
export default nextConfig