summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/src/netlify-edge-functions.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-22[ci] formatGravatar matthewp 1-1/+1
2022-04-22Netlify Edge: forward requests for static assets (#3170)Gravatar Matthew Phillips 1-1/+8
* Netlify Edge: forward requests for static assets * Adds a changeset * Don't run edge tests, yet
2022-04-19[ci] formatGravatar matthewp 1-3/+3
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 1-0/+20
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now