summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/functions/dynamic-route.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-27Remove Netlify adapter from core (#8574)Gravatar Matthew Phillips 1-33/+0
* New link * More explicit * Add placeholder package.json * lockfile * add keyworkds
2023-01-23Support prerender in Netlify redirects (#5904)Gravatar Matthew Phillips 1-1/+8
* Support prerender in Netlify redirects * Updated sorting algorithm * Update packages/integrations/netlify/src/shared.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-07-25Add the `output` option (#4015)Gravatar Matthew Phillips 1-3/+1
* Start of work on astroConfig.mode === 'server' * Add tests and more * adapter -> deploy in some places * Add fallback for `adapter` config * Update more tests * Update image tests * Fix clientAddress test * Updates based on PR review * Add a changeset * Update integrations tests + readme * Oops * Remove old option * Rename `mode` to `output` * Update Node adapter test * Update test * fred pass * fred pass * fred pass * fix test Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-04-19[ci] formatGravatar matthewp 1-1/+1
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 1-0/+28
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now