Auf der Schaltfläche Klick Schaltfläche Wechseln Sie die Route als nächstes JS

import Router from 'next/router'

componentDidMount(){
    const {pathname} = Router
    if(pathname == '/' ){
       Router.push('/hello-nextjs')
    }
}
Grieving Gharial