fix(@astrojs/cloudflare): unsynced astro asset support flag (#8079)
* fix astro assets support in cloudflare * add changeset
This commit is contained in:
parent
4477bb41c8
commit
7b77b34cef
2 changed files with 6 additions and 1 deletions
5
.changeset/strong-papayas-chew.md
Normal file
5
.changeset/strong-papayas-chew.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/cloudflare': patch
|
||||
---
|
||||
|
||||
Sync Astro Asset support across both modes
|
|
@ -29,7 +29,7 @@ export function getAdapter(isModeDirectory: boolean): AstroAdapter {
|
|||
staticOutput: 'unsupported',
|
||||
serverOutput: 'stable',
|
||||
assets: {
|
||||
supportKind: 'unsupported',
|
||||
supportKind: 'stable',
|
||||
isSharpCompatible: false,
|
||||
isSquooshCompatible: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue