summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/src/ssr-function.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-09-12chore(next): astro:env cleanup (#385)Gravatar Florian Lefebvre 1-8/+5
2024-08-15Apply polyfills right away (#350)Gravatar Matthew Phillips 1-2/+2
2024-06-20fix(netlify): astro:env getSecret (#293)Gravatar Florian Lefebvre 1-5/+2
2024-06-16fix: backward compatibility Astro <= 4.9 (#282)Gravatar Alexander Niebuhr 1-2/+5
2024-06-10feat(netlify): support astro:env (#275)Gravatar Florian Lefebvre 1-0/+6
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2024-03-13chore: update biome to the latest (#183)Gravatar Emanuele Stoppa 1-1/+0
* chore: biome safe fixes * chore: biome unsafe fixes * chore: update Biome, and use Biome in CI * chore: fix merge conflicts
2024-02-12fix(netlify): 404 has wrong content-type header (#162)Gravatar Simon Knott 1-1/+4
2024-02-06[ci] formatGravatar lilnasy 1-2/+2
2024-02-06feat(netlify): verification for edge middleware (#152)Gravatar Arsh 1-2/+10
* feat(netlify): verification for edge middleware * add changeset * remove unused folder
2024-02-01[ci] formatGravatar alexanderniebuhr 1-1/+4
2024-02-01fix(netlify): pre-rendered 404 pages aren't shown (#143)Gravatar Simon Knott 1-2/+5
2024-01-16updates to adapter internals (#130)Gravatar Tom Thumb 1-1/+1
2024-01-11fix(netlify): only cache GET/HEAD methods (#127)Gravatar Simon Knott 1-1/+3
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-21chore: use Biome as linter (#111)Gravatar Emanuele Stoppa 1-4/+5
* chore: biome safe fixes * chore: biome unsafe fixes * chore: biome safe fixes * chore: biome unsafe fixes * chore: update script * chore: format * chore: turn off some eslint rule * small refactor * fix
2023-12-17feat(netlify): Netlify Adapter v4 (#84)Gravatar Simon Knott 1-0/+56
Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Jacklyn <70537879+jacklyn-net@users.noreply.github.com> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>