I'm new to using vue-router and I'm curious if there's a way to manage redirection in Vue or if there are alternative methods in a node.js environment.
For instance, when someone tries to access my site by typing the URL
example.com/contact
they're currently directed to
example.com/contact#/home
However, I aim to redirect them to the correct path.