Static GitHub Issues

[508] Aliases in the router - why it is worth to reconsider it

prev: Not working in IE
next: Links pointing to / always receive the nuxt-link-active class

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!

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c442">#c442</a>)</em></sub></div>