1
0
Fork 0

chore: More linter warnings

This commit is contained in:
Joost De Cock 2022-01-20 09:14:20 +01:00
parent 8b17eea194
commit db8f9521a3
10 changed files with 18 additions and 18 deletions

View file

@ -108,7 +108,7 @@ export const prebuildMdx = async(site) => {
pages[lang][slug] = {
title: meta.data.title,
slug,
order: meta.data?.order
order: meta.data.order
? `${meta.data.order}${meta.data.title}`
: meta.data.title
}