diff options
author | 2024-08-20 11:10:17 -0300 | |
---|---|---|
committer | 2024-08-20 16:10:17 +0200 | |
commit | 41c3fcb6189709450a67ea8f726071d5f3cdc80e (patch) | |
tree | 3591ec27e7337225e6b74cb870c36d79b7bf0310 | |
parent | c6622adaeb405e961b12c91f0e5d02c7333d01cf (diff) | |
download | astro-41c3fcb6189709450a67ea8f726071d5f3cdc80e.tar.gz astro-41c3fcb6189709450a67ea8f726071d5f3cdc80e.tar.zst astro-41c3fcb6189709450a67ea8f726071d5f3cdc80e.zip |
[docs] update link to astro:env RFC (#11790)
* [docs] revert link to astro:env RFC
* Create fair-trees-crash.md
* typo fix
-rw-r--r-- | .changeset/fair-trees-crash.md | 5 | ||||
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/fair-trees-crash.md b/.changeset/fair-trees-crash.md new file mode 100644 index 000000000..4eb8b3f45 --- /dev/null +++ b/.changeset/fair-trees-crash.md @@ -0,0 +1,5 @@ +--- +astro: patch +--- + +Updates the documentation for experimental `astro:env` with a corrected link to the RFC proposal diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index c584e5657..4bc383062 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -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?: { /** |