All Questions
1 question
0
votes
2
answers
174
views
Nextjs Link always replacing route instead of appending
I am facing issue with nextjs Link component. It is always replacing the url path with whatever is given in href field. For example: I have this folder structure for app routing:
-> profile
...