diff --git a/.changeset/fair-trees-crash.md b/.changeset/fair-trees-crash.md new file mode 100644 index 0000000000..4eb8b3f453 --- /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 c584e56573..4bc3830628 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?: { /**