nuxt-modules / sitemap

Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.
https://nuxtseo.com/sitemap
336 stars 31 forks source link

help: how to custom path multiple sitemap? #347

Closed datisekai closed 2 months ago

datisekai commented 2 months ago

📚 What are you trying to do?

sitemap: { sitemaps: { blogs: { sources: ["/api/__sitemap__/blogs"], }, pages: { sources: ["/api/__sitemap__/pages"], }, articles: { sources: ["/api/__sitemap__/articles"], }, galleries: { sources: ["/api/__sitemap__/galleries"], }, }, },

I want custom paths. For example:

🔍 What have you tried?

No response

ℹī¸ Additional context

No response

harlan-zw commented 2 months ago

I'm not exactly sure what you're asking for but if you use Nuxt Sitemap v6 beta it uses the paths on the right.

datisekai commented 2 months ago

I'm not exactly sure what you're asking for but if you use Nuxt Sitemap v6 beta it uses the paths on the right.

thanks, my problem is solved in v6