How can I add categorised dynamic routes to sitemap.ts?
Unanswered
miracim posted this in #help-forum
miracimOP
I have a categorised dynamic route,
path: /academy/[categories]/[slug]
sitemap.ts does not give me any money. I had no problem adding categories, but I cannot add blogs under categories because I need the slug property of the category to add a blog. There was no problem because I could pull all the categories.
path: /academy/[categories]/[slug]
sitemap.ts does not give me any money. I had no problem adding categories, but I cannot add blogs under categories because I need the slug property of the category to add a blog. There was no problem because I could pull all the categories.