fix(@astrojs/cloudflare): unsynced astro asset support flag (#8079)

* fix astro assets support in cloudflare

* add changeset
This commit is contained in:
Alexander Niebuhr 2023-08-14 21:23:36 +02:00 committed by GitHub
parent 4477bb41c8
commit 7b77b34cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/cloudflare': patch
---
Sync Astro Asset support across both modes

View file

@ -29,7 +29,7 @@ export function getAdapter(isModeDirectory: boolean): AstroAdapter {
staticOutput: 'unsupported',
serverOutput: 'stable',
assets: {
supportKind: 'unsupported',
supportKind: 'stable',
isSharpCompatible: false,
isSquooshCompatible: false,
},