0
Fork 0
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:
Sarah Rainsberger 2024-08-29 14:00:40 -03:00 committed by GitHub
parent 342b9a9fd1
commit 01b48a466e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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?: {
/**