next.js/test/e2e/reload-scroll-backforward-restoration/next.config.js
next.config.js6 lines73 B
module.exports = {
  experimental: {
    scrollRestoration: true,
  },
}
Quest for Codev2.0.0
/
SIGN IN