next.js/test/development/app-dir/next-after-app-invalid-usage/basic/next.config.js
next.config.js8 lines146 B
/** @type {import('next').NextConfig} */
module.exports = {
  experimental: {
    // cacheComponents: true,
    prerenderEarlyExit: false,
  },
}
Quest for Codev2.0.0
/
SIGN IN