Set path of sitemap.xml

Is there a way to change the path of the sitemap.xml?

My current CMS puts the sitemap.xml in a folder called share/.

I just found the solution. This works great:

config.toml

[sitemap]
  filename = "share/sitemap.xml"
3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.