lint fixes
This commit is contained in:
parent
6bd7136fab
commit
36b28a8f93
7 changed files with 9 additions and 16 deletions
|
@ -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]}`))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue