What i try achieve is to generate dynamic routes in the sitemap using data contained in the vuex store.
But I'm not able to access to any variable in the context as $store.
Is there any chance to get this working ? Or a plan to add access to the nuxt context as a parameter of the 'routes' option in nuxt-sitemap ?
Thanks in advance