withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
[ci] format
main
1 hour ago
fix: improve jsdoc for fonts api (#17980)
main
1 hour ago
fix(errors): add a message to the redirect error and a hint to the rewrite error (#17960)
main
2 hours ago
Respect path-segment boundaries when stripping the base in the dev server (#17889)
main
2 hours ago
Point the trailing-slash redirect page at the redirect target
NgoQuocViet2001:fix-trailing-slash-redirect-body
6 hours ago
refactor: remove the unused pageInput set from viteBuild `viteBuild` built a `pageInput` set of module ids and never read it. Its consumer was `ssrBuild(opts, internals, pageInput, container)`, which went away with the Environment API in #14306; the producer stayed behind, along with a comment that already suspected itself ("comment above may be outdated ?"). With the set gone, the `routeIsRedirect` guard around its only write has no body left, so it goes too, and with it the now-unused import. No behaviour change: nothing else in the repo reads `pageInput`.
irontaek:cleanup/drop-unused-page-input
1 day ago
Match a locale segment case- and separator-insensitively in computeCurrentLocale The loop pre-filtered candidates with segment.includes(locale), which is case- and separator-sensitive, before the normalized comparison that is case- and separator-insensitive. The filter therefore rejected exactly the segments the comparison exists to accept, and Astro.currentLocale silently fell through to the default locale for a URL like /FR/about or /en-us/about. pathHasLocale, in the same module, already answers the same question with the normalized comparison and no pre-filter, so the two disagreed. The existing case-insensitivity test could not catch this: it asserted /EN/about resolves to 'en' while 'en' was also the default, so it passed whether the segment matched or the lookup fell through.
NgoQuocViet2001:fix-current-locale-case-insensitive
2 days ago
Swap out cli exiftool for npm package
Sprogel:sharp-exif
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Trailing-slash redirect page points back at the requested URL
#17992
6 hours ago
0a78044
NgoQuocViet2001:fix-trailing-slash-redirect-body
CodSpeed Performance Gauge
0%
refactor: remove the unused pageInput set from viteBuild
#17987
1 day ago
29f19fd
irontaek:cleanup/drop-unused-page-input
CodSpeed Performance Gauge
0%
Astro.currentLocale ignores a URL segment that differs only in case or separator
#17984
2 days ago
b4efa81
NgoQuocViet2001:fix-current-locale-case-insensitive
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs