fix: disable breadcrumbs in the about docs
This commit is contained in:
parent
de2f994bbf
commit
78315c7c3c
|
@ -64,6 +64,7 @@ const config = {
|
||||||
id: 'about',
|
id: 'about',
|
||||||
routeBasePath: '/about',
|
routeBasePath: '/about',
|
||||||
path: 'about',
|
path: 'about',
|
||||||
|
breadcrumbs: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue