diff options
author | 2022-04-10 14:36:08 -0700 | |
---|---|---|
committer | 2022-04-10 14:36:08 -0700 | |
commit | 732ea3881e216f0e6de3642c549afd019d32409f (patch) | |
tree | d9299e946a4dd6ccdb774933120bc14ab4d4a9a1 | |
parent | 39e0a7d757ce843a5cbd0cac08a31d1534df20c0 (diff) | |
download | astro-732ea3881e216f0e6de3642c549afd019d32409f.tar.gz astro-732ea3881e216f0e6de3642c549afd019d32409f.tar.zst astro-732ea3881e216f0e6de3642c549afd019d32409f.zip |
Create dry-candles-behave.md
Diffstat (limited to '')
-rw-r--r-- | .changeset/dry-candles-behave.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.changeset/dry-candles-behave.md b/.changeset/dry-candles-behave.md new file mode 100644 index 000000000..419b371b2 --- /dev/null +++ b/.changeset/dry-candles-behave.md @@ -0,0 +1,9 @@ +--- +"@astrojs/netlify": patch +--- + +Improve the Netlify adapter: + +1. Remove `site` config requirement +2. Fix an issue where query params were being stripped +3. Pass the event body to the request object |