/** * @type {import('next').NextConfig} */ module.exports = { experimental: { esmExternals: false, }, }