mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-13 00:03:57 +02:00
feat: pass loaded siteConfig as props for React component
This commit is contained in:
parent
c0194a1f53
commit
11b0d15238
5 changed files with 21 additions and 10 deletions
|
@ -118,7 +118,7 @@ module.exports = async function processMetadata(
|
|||
}
|
||||
|
||||
/* Build the permalink */
|
||||
const {baseUrl, docsUrl = 'docs'} = siteConfig;
|
||||
const {baseUrl, docsUrl} = siteConfig;
|
||||
|
||||
/*
|
||||
if user has own custom permalink defined in frontmatter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue