summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20Fixes using React.lazy and SuspenseGravatar unknown 7-2/+35
2022-04-19[ci] formatGravatar matthewp 4-7/+9
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 14-26/+106
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now
2022-04-12[ci] formatGravatar matthewp 1-2/+2
2022-04-12Allow setting multiple cookies in Netlify adapter (#3092)Gravatar Matthew Phillips 3-0/+68
* Allow setting multiple cookies in Netlify adapter * Adds a changeset * Set the response status code * Add a comment on why this is needed
2022-04-06[ci] formatGravatar matthewp 1-6/+8
2022-04-06Fix Netlify adapter and dynamic routes (#3011)Gravatar Matthew Phillips 3-0/+49
* Fix Netlify adapter and dynamic routes * Changeset