From e3d7b3e999d7ee0a6d394da291e5955a8f61eac1 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Tue, 7 Jan 2025 10:47:12 +0100 Subject: [PATCH] feat(cloudflare,netlify): stabilize astro:env secrets support (#496) --- packages/integrations/cloudflare/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/cloudflare/src/index.ts b/packages/integrations/cloudflare/src/index.ts index 3193683c29..f0b7604222 100644 --- a/packages/integrations/cloudflare/src/index.ts +++ b/packages/integrations/cloudflare/src/index.ts @@ -166,7 +166,7 @@ export default function createIntegration(args?: Options): AstroIntegration { staticOutput: 'unsupported', i18nDomains: 'experimental', sharpImageService: 'limited', - envGetSecret: 'experimental', + envGetSecret: 'stable', }, }); },