/** @type {import('next').NextConfig} */ module.exports = { productionBrowserSourceMaps: true, logging: { fetches: {}, }, }