Skip to content

Commit

Permalink
feat: set env from env.local
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dezeray committed Sep 30, 2024
1 parent 33d00a1 commit 4c69200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ plugins:
[
'docusaurus-plugin-dotenv',
{
path: "./.env.local",
path: "./.env",
systemvars: true,
}
],
Expand Down

0 comments on commit 4c69200

Please sign in to comment.