mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 02:56:57 +02:00
fix: add baseUrl to sitemap URLs (#902)
This commit is contained in:
parent
8f9f7a5602
commit
8de57b5c0c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module.exports = function(callback) {
|
|||
});
|
||||
|
||||
const sm = sitemap.createSitemap({
|
||||
hostname: siteConfig.url,
|
||||
hostname: siteConfig.url + siteConfig.baseUrl,
|
||||
cacheTime: 600 * 1000, // 600 sec - cache purge period
|
||||
urls,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue