docs(v2): fix correct value for blog-only mode

This commit is contained in:
Alexey Pyltsyn 2020-04-28 09:19:46 +03:00
parent 7caf7de417
commit f8f6478c36
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ module.exports = {
{
blog: {
path: './blog',
routeBasePath: '', // Set this value to ''.
routeBasePath: '/', // Set this value to ''.
},
},
],

View file

@ -147,7 +147,7 @@ module.exports = {
{
blog: {
path: './blog',
routeBasePath: '', // Set this value to ''.
routeBasePath: '/', // Set this value to ''.
},
},
],