mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
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',
|
staticOutput: 'unsupported',
|
||||||
serverOutput: 'stable',
|
serverOutput: 'stable',
|
||||||
assets: {
|
assets: {
|
||||||
supportKind: 'unsupported',
|
supportKind: 'stable',
|
||||||
isSharpCompatible: false,
|
isSharpCompatible: false,
|
||||||
isSquooshCompatible: false,
|
isSquooshCompatible: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue