NuxtN
Nuxt12mo ago
16 replies
Koizumi

Nuxt Sitemap configure sitemap url

I am currently using Nuxt Sitemap in Nuxt3 and had already generated the dynamic sitemap using API

I added those sitemap under their own sitemap files and i was wondering if there's a way to change the sitemap index file url ? As currently it was displayed as for example http://localhost:3000/__sitemap__/default.xml and i wanted it to display as http://localhost:3000/default.xml without the "sitemap" infront of it

I google that is to use path but it's not working for Nuxt Sitemap

The file structure for the sitemap is created like this inside the folder api/sitemap/service.ts
image.png
Was this page helpful?