/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, images: { domains: ['localhost', 'huggingface.co', 'picsum.photos'], }, output: 'standalone', } module.exports = nextConfig