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:
parent
c6622adaeb
commit
41c3fcb618
2 changed files with 6 additions and 1 deletions
5
.changeset/fair-trees-crash.md
Normal file
5
.changeset/fair-trees-crash.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
astro: patch
|
||||
---
|
||||
|
||||
Updates the documentation for experimental `astro:env` with a corrected link to the RFC proposal
|
|
@ -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?: {
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue