Skip to content

Commit

Permalink
fix: Include feature map in astro adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvuka1 committed Sep 11, 2023
1 parent 5a6b626 commit 2ed96ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ const getAdapter = (): AstroAdapter => ({
name: PACKAGE_NAME,
serverEntrypoint: `${PACKAGE_NAME}/entrypoint`,
exports: ['default'],
supportedAstroFeatures: {
hybridOutput: 'stable',
serverOutput: 'stable',
staticOutput: 'stable',
assets: {
isSharpCompatible: false,
isSquooshCompatible: false,
supportKind: 'stable',
},
}
});

export interface VercelEdgeConfig {
Expand Down

0 comments on commit 2ed96ed

Please sign in to comment.