### Astro Info ```block Astro v5.2.1 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 I uncovered this bug when using https://inox-tools.fryuni.dev/custom-routing. All endpoints not containing a dot (eg. `test.js.ts`) when forcing the trailing slash are not accessible. Notes: - This bug existed prior to 5.2 - If the endpoint is in `pages`, it works fine ### What's the expected result? Those endpoints should be accessible ### Link to Minimal Reproducible Example https://stackblitz.com/edit/github-txhq5tra?file=astro.config.mjs,src%2Froutes%2Ftest.ts&on=stackblitz ### Participation - [x] 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
I uncovered this bug when using https://inox-tools.fryuni.dev/custom-routing. All endpoints not containing a dot (eg.
test.js.ts) when forcing the trailing slash are not accessible.Notes:
pages, it works fineWhat's the expected result?
Those endpoints should be accessible
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-txhq5tra?file=astro.config.mjs,src%2Froutes%2Ftest.ts&on=stackblitz
Participation