Skip to content

Commit

Permalink
[docs] update link to astro:env RFC (#11790)
Browse files Browse the repository at this point in the history
* [docs] revert link to astro:env RFC

* Create fair-trees-crash.md

* typo fix
  • Loading branch information
sarah11918 committed Aug 20, 2024
1 parent c6622ad commit 41c3fcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fair-trees-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
astro: patch
---

Updates the documentation for experimental `astro:env` with a corrected link to the RFC proposal
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?: {
/**
Expand Down

0 comments on commit 41c3fcb

Please sign in to comment.