mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-27 21:48:41 +02:00
fix(blog): apply baseUrl to relative image in blog authors (#10440)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
95880282b1
commit
02ed7d9132
7 changed files with 333 additions and 10 deletions
|
@ -271,6 +271,7 @@ export default async function pluginContentBlog(
|
|||
routeBasePath,
|
||||
authorsBasePath,
|
||||
]),
|
||||
baseUrl,
|
||||
});
|
||||
checkAuthorsMapPermalinkCollisions(authorsMap);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue