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

[docs] update link to astro:env RFC (#11790)

* [docs] revert link to astro:env RFC

* Create fair-trees-crash.md

* typo fix
This commit is contained in:
Sarah Rainsberger 2024-08-20 11:10:17 -03:00 committed by GitHub
parent c6622adaeb
commit 41c3fcb618
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
astro: patch
---
Updates the documentation for experimental `astro:env` with a corrected link to the RFC proposal

View file

@ -2057,7 +2057,7 @@ export interface AstroUserConfig {
*
* **Note:** Secret client variables are not supported because there is no safe way to send this data to the client. Therefore, it is not possible to configure both `context: "client"` and `access: "secret"` in your schema.
*
* For a complete overview, and to give feedback on this experimental API, see the [Astro Env RFC](https://github.com/withastro/roadmap/blob/feat/astro-env-rfc/proposals/0046-astro-env.md).
* For a complete overview, and to give feedback on this experimental API, see the [Astro Env RFC](https://github.com/withastro/roadmap/blob/main/proposals/0049-astro-env.md).
*/
env?: {
/**