Skip to content

Commit ae72d88

Browse files
author
Phaidra Admin
committed
Merge branch 'master' of github.com:phaidra/phaidra-ir-utils
2 parents 76bdc00 + 6aaa2d9 commit ae72d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async function createSitemap(){
103103

104104
let idxXml = getIndexfileXml(indexFiles)
105105
console.log('creating sitemap index')
106-
fs.writeFileSync(config.sitemapfolder + 'sitemap.xml', idxXml)
106+
fs.writeFileSync(config.sitemapfolder + 'sitemap_index.xml', idxXml)
107107
}
108108

109109
console.log('started')

0 commit comments

Comments
 (0)