diff options
-rw-r--r-- | .changeset/strong-papayas-chew.md | 5 | ||||
-rw-r--r-- | packages/integrations/cloudflare/src/index.ts | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/strong-papayas-chew.md b/.changeset/strong-papayas-chew.md new file mode 100644 index 000000000..f9d7bf4c2 --- /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 46d87a3eb..c378a195f 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, }, |