diff options
| author | 2024-09-13 15:20:49 +0200 | |
|---|---|---|
| committer | 2024-09-13 15:20:49 +0200 | |
| commit | 132b66147faf50dffe977224786f04a16e75b9e7 (patch) | |
| tree | 491c86759ba26aaee013c169aa03144f886e340a /packages/integrations/netlify/src | |
| parent | 8d897e29157ace53997b79ec79497df185eee13a (diff) | |
| download | astro-132b66147faf50dffe977224786f04a16e75b9e7.tar.gz astro-132b66147faf50dffe977224786f04a16e75b9e7.tar.zst astro-132b66147faf50dffe977224786f04a16e75b9e7.zip | |
feat: update adapters supported features to account for new shape for Astro 5 (#392)
* feat: update adapters supported features to account for new shape for Astro 5
* chore: changeset
Diffstat (limited to 'packages/integrations/netlify/src')
| -rw-r--r-- | packages/integrations/netlify/src/index.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/integrations/netlify/src/index.ts b/packages/integrations/netlify/src/index.ts index c48b952af..061a8b2e9 100644 --- a/packages/integrations/netlify/src/index.ts +++ b/packages/integrations/netlify/src/index.ts @@ -455,12 +455,7 @@ export default function netlifyIntegration( hybridOutput: 'stable', staticOutput: 'stable', serverOutput: 'stable', - assets: { - // keeping this as experimental at least until Netlify Image CDN is out of beta - supportKind: 'experimental', - // still using Netlify Image CDN instead - isSharpCompatible: true, - }, + sharpImageService: 'stable', envGetSecret: 'experimental', }, }); |
