mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 20:17:50 +02:00
docs(v2): fix correct value for blog-only mode
This commit is contained in:
parent
7caf7de417
commit
f8f6478c36
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ module.exports = {
|
|||
{
|
||||
blog: {
|
||||
path: './blog',
|
||||
routeBasePath: '', // Set this value to ''.
|
||||
routeBasePath: '/', // Set this value to ''.
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
@ -147,7 +147,7 @@ module.exports = {
|
|||
{
|
||||
blog: {
|
||||
path: './blog',
|
||||
routeBasePath: '', // Set this value to ''.
|
||||
routeBasePath: '/', // Set this value to ''.
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue