summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/types/public/config.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/astro/src/types/public/config.ts b/packages/astro/src/types/public/config.ts
index d39b2f3d6..9166ddcbe 100644
--- a/packages/astro/src/types/public/config.ts
+++ b/packages/astro/src/types/public/config.ts
@@ -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?: {
/**