summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/src/netlify-edge-functions.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-17[ci] formatGravatar bholmesdev 1-1/+1
2022-06-16Fix: Netlify edge deployment when using markdown (#3612)Gravatar Ben Holmes 1-2/+2
* wip: revert sitemap PR * fix: extract SSR-ready "slug" helper to separate module * Un-revert sitemap PR. Not to blame! This reverts commit 7cd2a8a5ea1e9fdee6837425881328928ceff852. * fix: use .netlify for edge deployment test * refactor: add md file to edge function fixture * fix: add netlify edge tests to ci * chore: remove stray console log * wip: undo "dist" change on edge tests * chore: changeset * Revert "wip: undo "dist" change on edge tests" This reverts commit 70e565ef06b228150547bca92bc12d1c236c0ed9. * temp: add ignore to breaking edge tests
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-1/+1
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