Skip to content

Commit

Permalink
fix(@astrojs/cloudflare): unsynced astro asset support flag (#8079)
Browse files Browse the repository at this point in the history
* fix astro assets support in cloudflare

* add changeset
  • Loading branch information
alexanderniebuhr committed Aug 14, 2023
1 parent 4477bb4 commit 7b77b34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strong-papayas-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/cloudflare': patch
---

Sync Astro Asset support across both modes
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function getAdapter(isModeDirectory: boolean): AstroAdapter {
staticOutput: 'unsupported',
serverOutput: 'stable',
assets: {
supportKind: 'unsupported',
supportKind: 'stable',
isSharpCompatible: false,
isSquooshCompatible: false,
},
Expand Down

0 comments on commit 7b77b34

Please sign in to comment.