0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

feat(cloudflare,netlify): stabilize astro:env secrets support (#496)

This commit is contained in:
Florian Lefebvre 2025-01-07 10:47:12 +01:00 committed by GitHub
parent 625f87607e
commit e3d7b3e999

View file

@ -166,7 +166,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
staticOutput: 'unsupported',
i18nDomains: 'experimental',
sharpImageService: 'limited',
envGetSecret: 'experimental',
envGetSecret: 'stable',
},
});
},