Astro: @astrojs/node@10.1.3 Release

Release date:
June 2, 2026
Previous version:
@astrojs/node@10.1.2 (released May 28, 2026)
Magnitude:
1,560 Diff Delta
Contributors:
11 total committers
Data confidence:
Commits:

29 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored June 2, 2026
Authored May 28, 2026
Authored May 28, 2026
Authored May 29, 2026
Authored May 30, 2026
Authored May 30, 2026
Authored May 28, 2026

Top Contributors in @astrojs/node@10.1.3

ematipico
astrobot-houston
florian-lefebvre
fkatsuhiro
ocavue
Princesseuh
matthewp
ljharb
renovate-bot
deining

Directory Browser for @astrojs/node@10.1.3

All files are compared to previous version, @astrojs/node@10.1.2. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #16922 7dce185 Thanks @astrobot-houston! - Fixes prerendered pages returning 404 when using build.format: 'file' or build.format: 'preserve' with the Node adapter in standalone mode.

    Previously, clean URLs like /about would fail to resolve to about.html on disk, because the static file handler only supported the default directory format (about/index.html). Now the handler correctly resolves clean URLs to .html files when the build format produces them.