/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', images: { unoptimized: true, }, }; module.exports = nextConfig;