You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The STATUS_CODE_PAGE_REGEXP regular in generate-sitemap.js filters out three-number dynamic routes
What's the expected result?
The regular expression used to filter status codes during sitemap generation also filters out dynamic routes consisting of three digits. Can we optimize and adapt this filtering section to the site business logic of three-digit dynamic routing?
Link to Minimal Reproducible Example
null
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
What version of
astro
are you using?2.3.0
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Windows
What browser are you using?
Chrome
Describe the Bug
The STATUS_CODE_PAGE_REGEXP regular in generate-sitemap.js filters out three-number dynamic routes
What's the expected result?
The regular expression used to filter status codes during sitemap generation also filters out dynamic routes consisting of three digits. Can we optimize and adapt this filtering section to the site business logic of three-digit dynamic routing?
Link to Minimal Reproducible Example
null
Participation
The text was updated successfully, but these errors were encountered: