mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[docs] formatting for config ref docs (#11876)
This commit is contained in:
parent
342b9a9fd1
commit
01b48a466e
1 changed files with 5 additions and 2 deletions
|
@ -468,7 +468,7 @@ export interface AstroUserConfig {
|
|||
* @name security.checkOrigin
|
||||
* @kind h4
|
||||
* @type {boolean}
|
||||
* @default 'true'
|
||||
* @default `true`
|
||||
* @version 4.9.0
|
||||
* @description
|
||||
*
|
||||
|
@ -1418,13 +1418,16 @@ export interface AstroUserConfig {
|
|||
|
||||
/**
|
||||
* @docs
|
||||
* @kind heading
|
||||
* @name env
|
||||
* @type {object}
|
||||
* @default `{}`
|
||||
* @version 5.0.0
|
||||
* @description
|
||||
*
|
||||
* Holds `astro:env` options.
|
||||
* Configuration options for type-safe environment variables.
|
||||
*
|
||||
* See our guide for more information on [environment variables in Astro](/en/guides/environment-variables/).
|
||||
*/
|
||||
env?: {
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue