diff --git a/.changeset/strong-papayas-chew.md b/.changeset/strong-papayas-chew.md new file mode 100644 index 000000000000..f9d7bf4c2e49 --- /dev/null +++ b/.changeset/strong-papayas-chew.md @@ -0,0 +1,5 @@ +--- +'@astrojs/cloudflare': patch +--- + +Sync Astro Asset support across both modes diff --git a/packages/integrations/cloudflare/src/index.ts b/packages/integrations/cloudflare/src/index.ts index 46d87a3ebdd0..c378a195fb77 100644 --- a/packages/integrations/cloudflare/src/index.ts +++ b/packages/integrations/cloudflare/src/index.ts @@ -29,7 +29,7 @@ export function getAdapter(isModeDirectory: boolean): AstroAdapter { staticOutput: 'unsupported', serverOutput: 'stable', assets: { - supportKind: 'unsupported', + supportKind: 'stable', isSharpCompatible: false, isSquooshCompatible: false, },