mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
a12196d6b5
* feat(node): add trailing slash support * add changeset * test(node): add base route test in trailing-slash.js detected an infinite loop in base path when trailingSlash: never * fix(node): avoid infinite redirect when trailingSlash: never * address test failures after rebase pt.1 * address test failures after rebase pt.2 --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
5 lines
76 B
Markdown
5 lines
76 B
Markdown
---
|
|
'@astrojs/node': minor
|
|
---
|
|
|
|
Add trailingSlash support to NodeJS adapter
|