mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
fix: default theme url typo
This commit is contained in:
parent
20f6921b52
commit
5fcc13572c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export default class Layout extends React.Component {
|
|||
render() {
|
||||
const {children, pagesData, docsData = {}, location} = this.props;
|
||||
const docsLinks = Object.values(docsData).map(data => ({
|
||||
path: `${siteConfig.baseUrl}${data.permalink}`
|
||||
path: `${data.permalink}`
|
||||
}));
|
||||
const routeLinks = [...pagesData, ...docsLinks].map(
|
||||
data =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue