docusaurus2-dotenv
docusaurus2-dotenv copied to clipboard
Results
1
docusaurus2-dotenv issues
Sort by
recently updated
recently updated
newest added
Does this plugin support development environment (ie: when running project with "docusaurus start")
2
Hello, thanks for making this plugin, I have a question. When I use an env variable in a custom page: ``` // pages/index.js const myEnv = process.env.TEST_ENV; ``` It worked...