diff options
author | 2022-04-19 11:22:15 -0400 | |
---|---|---|
committer | 2022-04-19 11:22:15 -0400 | |
commit | 4cf54c60aa63bd614b242da0602790015005673d (patch) | |
tree | 25fcec1da64890044742a1090b1773076a0d43e9 /.changeset | |
parent | c35e94f5443d4ade07ff787d39b042eb3b9004fb (diff) | |
download | astro-4cf54c60aa63bd614b242da0602790015005673d.tar.gz astro-4cf54c60aa63bd614b242da0602790015005673d.tar.zst astro-4cf54c60aa63bd614b242da0602790015005673d.zip |
Netlify Edge function support (#3148)
* Netlify Edge function support
* Update readme with edge function information
* Adds a changeset
* Disable running edge function test in CI for now
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/proud-mayflies-drum.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/proud-mayflies-drum.md b/.changeset/proud-mayflies-drum.md new file mode 100644 index 000000000..b68605f67 --- /dev/null +++ b/.changeset/proud-mayflies-drum.md @@ -0,0 +1,5 @@ +--- +'@astrojs/netlify': minor +--- + +Adds support for Netlify Edge Functions |