mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
fix(astro:) config reference typo (#11205)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
This commit is contained in:
parent
d0248bc083
commit
8c4539145f
2 changed files with 6 additions and 1 deletions
5
.changeset/six-kangaroos-beam.md
Normal file
5
.changeset/six-kangaroos-beam.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"astro": patch
|
||||
---
|
||||
|
||||
Fixes a typo in the config reference
|
|
@ -2106,7 +2106,7 @@ export interface AstroUserConfig {
|
|||
*
|
||||
* There are currently three data types supported: strings, numbers and booleans.
|
||||
*
|
||||
* There are three kinds of environment variables, determined by the combination of `context` (client or server) and `access` (private or public) settings defined in your [`env.schema`](#experimentalenvschema):
|
||||
* There are three kinds of environment variables, determined by the combination of `context` (client or server) and `access` (secret or public) settings defined in your [`env.schema`](#experimentalenvschema):
|
||||
*
|
||||
* - **Public client variables**: These variables end up in both your final client and server bundles, and can be accessed from both client and server through the `astro:env/client` module:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue