提交 e6c070cc 编写于 作者: D DCloud_LXH

chore: createSiteMap

上级 ab6cd22c
......@@ -14,8 +14,12 @@ module.exports = (links, callback = () => { }) => {
</url>`
}).join('\n')
const rootPath = path.resolve(__dirname, '../../../root')
const staticExists = fs.existsSync(rootPath)
if (!staticExists) fs.mkdirSync(rootPath)
fs.writeFile(
path.resolve(__dirname, '../../../root/sitemap.xml'),
path.resolve(rootPath, 'sitemap.xml'),
xmlBefore + xmlItems + xmlAfter,
{ encoding: 'utf-8' },
callback
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册