docs(v2): fix correct route base path for docs-only mode

This commit is contained in:
Alexey Pyltsyn 2020-05-02 23:58:56 +03:00
parent 054601a69b
commit df815db031
3 changed files with 4 additions and 4 deletions

View file

@ -270,7 +270,7 @@ module.exports = {
'@docusaurus/preset-classic',
{
docs: {
routeBasePath: '', // Set to empty string.
routeBasePath: '/', // Set this value to '/'.
// ...
},
},