Aliases in the router - why it is worth to reconsider it
[issue link]Please reconsider adding aliases to the router.
Why?
- It is very useful when porting old application to nuxt, especially when we want to save the old link structure
What about seo?
- Some of the application that we are porting are just for the intranet. So the seo is not a problem.
- For the rest of it we use meta: “noindex, follow”
Workaround:
- Now we have to use extendRoutes but we prefer more clean way to do this.
Thanks in advance!