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"
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.