From 1910302874885cbcc620b2674c7e7fd5cd2836c3 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 3 Feb 2021 20:35:37 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/get-config-value.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get-config-value.ts b/lib/get-config-value.ts index dc7db80..b57245c 100644 --- a/lib/get-config-value.ts +++ b/lib/get-config-value.ts @@ -10,7 +10,7 @@ export function getSiteConfig( defaultValue?: T ): T { if (envKey) { - // allow environment variables to override site.config.js + // allow environment variables to override site.config.js (optional) const envValue = process.env[envKey] if (envValue !== undefined) {