I am using Next JS. Currently, my page is in the url
http://localhost:3000/project/613
Now, i want to push the page to
http://localhost:3000/project/613/time/123
Is there any way i can push relatively like router.push('/time/123')
Instead of entering the full URL router.push('project/613/time/123')