0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/packages/integrations/node/test/fixtures
Andrés Correa Casablanca 28e33a2f9c
fix: do not append trailing slash to subresource urls (#10491)
* fix: do not append traling slash to subresource urls

Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev>

* test: fix broken test

Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev>

* refactor: packages/integrations/node/src/serve-static.ts

Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>

---------

Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev>
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-03-19 21:13:08 +05:30
..
api-route fix(NodeApp): fix responses with null bodies never completing (#9931) 2024-02-01 16:24:21 -05:00
bad-urls
encoded
errors fix(node): handle offshoot promise rejections (#10454) 2024-03-18 19:44:46 +05:30
headers
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 fix(core): don't noop shared modules (#9828) 2024-01-26 17:17:32 +00:00
prerender-404-500
preview-headers Fix(node): Custom headers are not present in responses from standalone Node server in preview mode (#10208) 2024-02-23 08:23:33 -05:00
trailing-slash fix: do not append trailing slash to subresource urls (#10491) 2024-03-19 21:13:08 +05:30
url-protocol
well-known-locations