mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 08:07:26 +02:00
fix(feed): add missing slash for image url (#365)
This commit is contained in:
parent
7864e1b329
commit
ba99660a3c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const siteConfig = require(CWD + '/siteConfig.js');
|
|||
|
||||
const blogFolder = path.resolve('../blog/');
|
||||
const blogRootURL = siteConfig.url + '/blog';
|
||||
const jestImage = siteConfig.url + siteConfig.headerIcon;
|
||||
const jestImage = siteConfig.url + '/' + siteConfig.headerIcon;
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue