nuxt-seo-sitemap
v0.0.6
Published
Seo optimized sitemap generator for nuxt3
Downloads
9
Readme
SEO Optimized sitemap
sitemap: { imgBase: '/image', domain: process.env.WEB_BASE, exclude: [ '/dashboard/', '/payment', '/paymentcallback' ], image: { exclude: ['/icon/'], dynamic: [{ path: '/$', get: () => [ ...y.map(x => ({ src: x.image })), ...z.map(x => ({ src: x.image })) ] }] } } })