### Astro Info ```block Astro v5.2.3 Node v18.20.3 System Linux (x64) Package Manager npm Output server Adapter none Integrations test ``` ### If this issue only occurs in one browser, which browser is a problem? _No response_ ### Describe the Bug With #13105, trailing slash is always appended to endpoints no matter their pattern. ### What's the expected result? Patterns containing a dot (eg. `sitemap.xml`) should not have trailing slash applied ### Link to Minimal Reproducible Example https://stackblitz.com/edit/github-txhq5tra-rbvpw4ny?file=astro.config.mjs&on=stackblitz ### Participation - [ ] I am willing to submit a pull request for this issue.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
With #13105, trailing slash is always appended to endpoints no matter their pattern.
What's the expected result?
Patterns containing a dot (eg.
sitemap.xml) should not have trailing slash appliedLink to Minimal Reproducible Example
https://stackblitz.com/edit/github-txhq5tra-rbvpw4ny?file=astro.config.mjs&on=stackblitz
Participation