diff options
author | 2024-08-20 11:10:17 -0300 | |
---|---|---|
committer | 2024-08-20 16:10:17 +0200 | |
commit | 41c3fcb6189709450a67ea8f726071d5f3cdc80e (patch) | |
tree | 3591ec27e7337225e6b74cb870c36d79b7bf0310 /packages | |
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
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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?: { /** |