/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', basePath: process.env.NEXT_PUBLIC_BASE_PATH || '', assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH || '', images: { domains: ['localhost', 'optical-dev.oliver.solutions'], }, }; module.exports = nextConfig;