From e7cf9bbffdc4880b31f8a3ff1b7918fa492a1f01 Mon Sep 17 00:00:00 2001 From: yritag Date: Fri, 2 Aug 2024 10:08:58 -0400 Subject: [PATCH] comment dotenv --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 239e64d..f9840e4 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. */ -require('dotenv').config(); +//require('dotenv').config(); // See https://docusaurus.io/docs/site-config for all the possible // site configuration options.