Clicking on user's nickname on the user search page leads to the incorrect route
Having front end run on localhost:8080 and back end on localhost:4000, if I click on @max2 I will go to localhost:4000/users/max2, whereas correct behavior would be using Vue's router and go to localhost:8080/users/max2