Skip to content

Commit

Permalink
feat(cloudflare,netlify): stabilize astro:env secrets support (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored Jan 7, 2025
1 parent bb121e2 commit d51ac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/netlify/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export default function netlifyIntegration(
staticOutput: 'stable',
serverOutput: 'stable',
sharpImageService: 'stable',
envGetSecret: 'experimental',
envGetSecret: 'stable',
},
});
},
Expand Down

0 comments on commit d51ac07

Please sign in to comment.