Skip to content

Commit

Permalink
feat: update adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Aug 12, 2024
1 parent da6b613 commit 18978c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function getAdapter(options: Options): AstroAdapter {
isSquooshCompatible: true,
},
i18nDomains: 'experimental',
envGetSecret: 'experimental',
envGetSecret: 'stable',
},
};
}
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/serverless/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function getAdapter({
isSquooshCompatible: true,
},
i18nDomains: 'experimental',
envGetSecret: 'experimental',
envGetSecret: 'stable',
},
};
}
Expand Down

0 comments on commit 18978c7

Please sign in to comment.