Skip to content

Commit

Permalink
Show my all followers on my about me page
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashSingh3031 authored Mar 9, 2024
1 parent 2a95f0b commit ef68e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const siteConfig = {
'docusaurus-plugin-dotenv',
{
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)
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
expand: false, // Allows your variables to be "expanded" for reusability within your .env file
defaults: false, // Adds support for dotenv-defaults. If set to true, uses ./.env.defaults
Expand Down

0 comments on commit ef68e6a

Please sign in to comment.