Skip to content

Commit 42c37e6

Browse files
committed
revert back to custom plugin
1 parent 854ed42 commit 42c37e6

File tree

5 files changed

+248
-4504
lines changed

5 files changed

+248
-4504
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -246,17 +246,7 @@ const config: Config = {
246246
{ rootDir: ".integrationBuilderCache" },
247247
],
248248
path.resolve(__dirname, "plugins", "node-polyfills"),
249-
[
250-
"docusaurus2-dotenv",
251-
{
252-
path: "./.env", // The path to your environment variables.
253-
safe: false, // If false ignore safe-mode, if true load './.env.example', if a string load that file as the sample
254-
systemvars: false, // Set to true if you would rather load all system variables as well (useful for CI purposes)
255-
silent: false, // If true, all warnings will be suppressed
256-
expand: false, // Allows your variables to be "expanded" for reusability within your .env file
257-
defaults: false, // Adds support for dotenv-defaults. If set to true, uses ./.env.defaults
258-
},
259-
],
249+
path.resolve(__dirname, "plugins", "env-variables-plugin"),
260250
[
261251
"@docusaurus/plugin-client-redirects",
262252
{

0 commit comments

Comments
 (0)