Is there a way to change the path of the sitemap.xml?
My current CMS puts the sitemap.xml in a folder called share/.
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"