Closed as not planned
Description
Discussed in #8848
Originally posted by laojun March 30, 2023
Hi:
First of all, Thanks for the v2.4。
I use process.env.DOCUSAURUS_CURRENT_LOCALE
to solve my problem in https://github.com/facebook/docusaurus/discussions/8745。
Here is my docusaurus.config.js
baseUrl: `/${process.env.DOCUSAURUS_CURRENT_LOCALE}/`
How can i make it right when i run server?
Thanks
Activity