(component): 更新文档

This commit is contained in:
就眠儀式
2022-10-22 14:33:31 +08:00
parent dec22cebe9
commit fa61ae36ef
8 changed files with 35 additions and 22 deletions

View File

@@ -36,7 +36,6 @@ const fileDisplay = (file) => {
const filePath = `dist/static${url.replace(/\/$/, '/index')}.html`
writeFileRecursive(toAbsolute(filePath), html)
console.log('pre-rendered:', filePath)
}
})
}