next.js/test/e2e/app-dir/next-after-app-deploy/next.config.js
next.config.js8 lines199 B
/** @type {import('next').NextConfig} */
module.exports = {
  experimental: {
    // DO NOT turn this on, it disables the incremental cache! (see `disableForTestmode`)
    // testProxy: true,
  },
}
Quest for Codev2.0.0
/
SIGN IN