1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Merge branch 'main' of github.com:github/docs-internal into remove-fpt

This commit is contained in:
Sarah Schneider
2021-01-13 16:58:05 -05:00
134 changed files with 28573 additions and 2541 deletions

View File

@@ -58,7 +58,5 @@ module.exports = function precompileRedirects (pageList, pageMap) {
}
})
require('fs').writeFileSync('.redirect-cache', JSON.stringify(allRedirects, null, 2))
return allRedirects
}