1
0
Fork 0

lint fixes

This commit is contained in:
Enoch Riese 2023-07-18 23:14:09 -06:00
parent 6bd7136fab
commit 36b28a8f93
7 changed files with 9 additions and 16 deletions

View file

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