Closed as not planned
Description
Details
I'm using _sitemap-urls.ts
to fetch dynamically created pages (using Directus CMS), now I see that the client deleted a page, but the sitemap is not updating, even though I have set the following
modules: [
[
"nuxt-simple-sitemap",
{
excludeAppSources: ["nuxt:pages"],
cacheMaxAgeSeconds: 3600,
},
],
}
How do I make sure that updates in the CMS are also reflected in the sitemap?
Thanks
Metadata
Metadata
Assignees
Labels
No labels