We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3617af commit ca3d587Copy full SHA for ca3d587
1 file changed
lib/redirects/precompile.js
@@ -14,7 +14,7 @@ module.exports = async function precompileRedirects (pageList) {
14
15
// CURRENT PAGES PERMALINKS AND FRONTMATTER
16
// create backwards-compatible old paths for page permalinks and frontmatter redirects
17
- await Promise.all(pageList.map(async(page) => Object.assign(allRedirects, page.buildRedirects())))
+ await Promise.all(pageList.map(async (page) => Object.assign(allRedirects, page.buildRedirects())))
18
19
return allRedirects
20
}
0 commit comments