1
0
Fork 0

deepscan fixes

This commit is contained in:
Enoch Riese 2023-07-18 23:27:10 -06:00
parent 36b28a8f93
commit 5cb68f50de
5 changed files with 7 additions and 8 deletions

View file

@ -7,7 +7,6 @@ export const getPostSlugPaths = (order) => {
for (const lang in order) {
for (let i = 0; i < preGenerate; i++) {
ß
paths.push(localePath(lang, `${order[lang][i]}`))
}
}