module.exports = {
scrollRestoration: false
}
Add this configuration to your next.config.js
file to disable the default scroll restoration behavior in NextJS.
This tells NextJS not to automatically scroll to the top when navigating between pages.