next.js/test/e2e/app-dir/ppr-unstable-cache/next.config.js
next.config.js11 lines144 B
module.exports = {
  cacheComponents: true,
  cacheLife: {
    expireNow: {
      stale: 0,
      expire: 0,
      revalidate: 0,
    },
  },
}
Quest for Codev2.0.0
/
SIGN IN