next.js/test/production/app-dir/browser-chunks/next.config.js
next.config.js9 lines134 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  productionBrowserSourceMaps: true,
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN