From 63cafa42980e2e645c68bd9ee9dfb6d1a260122c Mon Sep 17 00:00:00 2001 From: Akash Singh Date: Sat, 9 Mar 2024 16:18:53 +0530 Subject: [PATCH] Shows all my github followers on about me page --- documentation/.env.test | 1 - documentation/docusaurus.config.js | 1 - 2 files changed, 2 deletions(-) delete mode 100644 documentation/.env.test diff --git a/documentation/.env.test b/documentation/.env.test deleted file mode 100644 index bd8ca560..00000000 --- a/documentation/.env.test +++ /dev/null @@ -1 +0,0 @@ -REACT_APP_FOLLOWERS_ACCESS_KEY=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 \ No newline at end of file diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index a390235f..8d5f2aa7 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -126,7 +126,6 @@ const siteConfig = { [ 'docusaurus-plugin-dotenv', { - path: "./.env.test", // 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: false, // 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