Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-17 | Refactor prerendering chunk handling (#11245) | 1 | -13/+36 | ||
2024-04-05 | test(@astrojs/node) wait for server listening in trailing-slash tests (#10694) | 1 | -1/+7 | ||
* test(@astrojs/node) wait for server listening in trailing-slash tests * fix missing waitServerListen * fix import statement --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2024-03-19 | [ci] format | 1 | -3/+3 | ||
2024-03-19 | fix: do not append trailing slash to subresource urls (#10491) | 1 | -0/+423 | ||
* 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> |