0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/integrations/node/test/fixtures/trailing-slash
Marvin a12196d6b5
feat(node): add trailingSlash support (#9080)
* 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>
2024-01-25 10:23:27 +00:00
..
src/pages feat(node): add trailingSlash support (#9080) 2024-01-25 10:23:27 +00:00
astro.config.mjs feat(node): add trailingSlash support (#9080) 2024-01-25 10:23:27 +00:00
package.json feat(node): add trailingSlash support (#9080) 2024-01-25 10:23:27 +00:00