fix(blog): apply baseUrl to relative image in blog authors (#10440)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
ozaki 2024-08-29 14:40:42 +02:00 committed by GitHub
parent 95880282b1
commit 02ed7d9132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 333 additions and 10 deletions

View file

@ -271,6 +271,7 @@ export default async function pluginContentBlog(
routeBasePath,
authorsBasePath,
]),
baseUrl,
});
checkAuthorsMapPermalinkCollisions(authorsMap);