mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
docs(v2): fix correct route base path for docs-only mode
This commit is contained in:
parent
054601a69b
commit
df815db031
3 changed files with 4 additions and 4 deletions
|
@ -270,7 +270,7 @@ module.exports = {
|
|||
'@docusaurus/preset-classic',
|
||||
{
|
||||
docs: {
|
||||
routeBasePath: '', // Set to empty string.
|
||||
routeBasePath: '/', // Set this value to '/'.
|
||||
// ...
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue