From 96b7377605f344f7f6f34aa78023918819ce5321 Mon Sep 17 00:00:00 2001 From: Akash Singh Date: Sat, 9 Mar 2024 10:35:18 +0530 Subject: [PATCH] Show my all GitHub Followers --- documentation/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index 360cfb13..3b314d66 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -126,6 +126,7 @@ const siteConfig = { [ 'docusaurus-plugin-dotenv', { + path: "./.env", // The path to your environment variables. safe: false, // If false ignore safe-mode, if true load './.env.example', if a string load that file as the sample systemvars: true, // Set to true if you would rather load all system variables as well (useful for CI purposes) silent: false, // If true, all warnings will be suppressed