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
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
..
api-route Cancel response stream when connection closes (#9071) 2023-11-16 05:09:41 +05:30
bad-urls fix(node): Fix malformed URLs crashing the server in certain cases (#6746) 2023-04-04 15:48:28 +02:00
encoded
errors Catch errors that occur within the stream in the Node adapter (#6935) 2023-05-01 10:08:18 -04:00
headers Fix node test fail (#7950) 2023-08-08 11:04:16 +01:00
image Support immutable cache headers for _astro assets (#9125) 2023-11-28 08:46:26 -05:00
locals fix(middleware): instantiate locals if the adapter does not (#8800) 2023-10-12 09:36:34 -05:00
node-middleware Remove support for simple objects in endpoints (#9181) 2023-11-27 12:51:57 -05:00
prerender feat: hybrid output (#6991) 2023-05-17 09:23:20 -04:00
prerender-404-500 Prerendering corner cases (#8070) 2023-08-17 09:34:31 +01:00
trailing-slash feat(node): add trailingSlash support (#9080) 2024-01-25 10:23:27 +00:00
url-protocol Fix Astro.url.protocol when using the @astrojs/node SSR adapter with HTTPS (#5992) 2023-01-26 12:39:57 -05:00
well-known-locations