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:
parent
625f87607e
commit
e3d7b3e999
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
|
|||
staticOutput: 'unsupported',
|
||||
i18nDomains: 'experimental',
|
||||
sharpImageService: 'limited',
|
||||
envGetSecret: 'experimental',
|
||||
envGetSecret: 'stable',
|
||||
},
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue