diff --git a/website/docs/blog.md b/website/docs/blog.md index b6beead63b..1abf8c64dd 100644 --- a/website/docs/blog.md +++ b/website/docs/blog.md @@ -147,7 +147,7 @@ module.exports = { { blog: { path: './blog', - routeBasePath: '', // Set this value to ''. + routeBasePath: '/', // Set this value to ''. }, }, ], diff --git a/website/versioned_docs/version-2.0.0-alpha.53/blog.md b/website/versioned_docs/version-2.0.0-alpha.53/blog.md index b6beead63b..1abf8c64dd 100644 --- a/website/versioned_docs/version-2.0.0-alpha.53/blog.md +++ b/website/versioned_docs/version-2.0.0-alpha.53/blog.md @@ -147,7 +147,7 @@ module.exports = { { blog: { path: './blog', - routeBasePath: '', // Set this value to ''. + routeBasePath: '/', // Set this value to ''. }, }, ],