next.js/test/production/app-dir/build-output-prerender/fixtures/with-config-file/next.config.js
next.config.js9 lines122 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
}

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