mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 00:47:03 +02:00
fix(content-blog): add baseUrl for author.image_url (#9581)
This commit is contained in:
parent
7650829e91
commit
4cc56133f7
3 changed files with 137 additions and 9 deletions
|
@ -319,7 +319,7 @@ async function processBlogSourceFile(
|
|||
routeBasePath,
|
||||
tagsRouteBasePath,
|
||||
]);
|
||||
const authors = getBlogPostAuthors({authorsMap, frontMatter});
|
||||
const authors = getBlogPostAuthors({authorsMap, frontMatter, baseUrl});
|
||||
|
||||
return {
|
||||
id: slug,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue