fix(content-blog): add baseUrl for author.image_url (#9581)

This commit is contained in:
ozaki 2023-12-05 16:36:46 +01:00 committed by GitHub
parent 7650829e91
commit 4cc56133f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 137 additions and 9 deletions

View file

@ -319,7 +319,7 @@ async function processBlogSourceFile(
routeBasePath,
tagsRouteBasePath,
]);
const authors = getBlogPostAuthors({authorsMap, frontMatter});
const authors = getBlogPostAuthors({authorsMap, frontMatter, baseUrl});
return {
id: slug,