nuxt-community / sitemap-module

Sitemap Module for Nuxt 2
https://sitemap.nuxtjs.org
MIT License
685 stars 129 forks source link

Update cache.js to make option to specify route name in dynamic routes for grouping to hreflang links #241

Open 29avet1 opened 2 years ago

29avet1 commented 2 years ago

sitemap groups links to format based on route names. when we have a list of dynamic routes, it does not have name and can't be grouped. With this pr there will be an ability to group routes by manually giving specific names to dynamic routes. basically it checks whether route has "name" parameter, and adds that to an object along with "url" parameter.