/** * @type {import('next').NextConfig} */ const nextConfig = { logging: false, } module.exports = nextConfig