-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add prefix option to change output sitemap filenames #6879
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this an upcoming feature? I tried to run this on a stackblitz instance and it didn't worked there 😕
edit: forgot to mention - I also updated using npx @astrojs/upgrade
Yes, it is. |
I could not find it in their milestone 😕, can you pinpoint it ? |
I have received this comment so I am assuming it will be released in v4.4. |
Ah, I see everyone's confusion! Because this is an integration minor, it doesn't release necessarily with Astro 4.4, but rather with the next version of I'll update the PR description! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great @ktym4a ! Just left a suggestion for the intro text, but you did a great job copying the style and code format of the other config options. Thank you for making this so easy! 🙌
Co-authored-by: Sarah Rainsberger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! We have added the label so that this gets merged when the new integration version is released, and not before. So nothing left for you to do! Thank you again for your contribution!
!coauthor |
|
I share here that revert withastro/astro#9846. |
Hi @ktym4a ! I've checked with our core platform team, and they think the best thing to do with the reverting of the other PR is to close this docs PR right now. This PR can be reopened if we go with this solution in future! Or, if another solution is created, a new Docs PR can be created! So, I will close this one right now, but I think we are in a good place to know how to document a similar solution if it's implemented! 🙌 |
Description (required)
Add prefix to sitemap options so that the filename can be changed optionally.
For
@astrojs/sitemap
version:3.1
. See astro PR withastro/astro#9846