Feature Request: Sitemap plugin: Allow config to name sitemap file #33018
Unanswered
jpol0191
asked this question in
Ideas / Feature Requests
Replies: 1 comment
-
The default actual default path is Use a plugin option to configure that string is a good idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when using the gatsby-plugin-sitemap you are not able to name the resulting file that contains the sitemap.
I propose that users be allowed to specify the name of the sitemap file in the plugin configs in
gatsby-config.js
.Perhaps
fileName: "sitemap.xml"
for example.It would also be nice if gatsby gave the option to generate a sitemap it self rather than a sitemap index that points to the sitemap.
Beta Was this translation helpful? Give feedback.
All reactions