/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { appDir: false, }, output: 'standalone', images: { domains: ['cdn.britannica.com', 'localhost'], }, } module.exports = nextConfig