Fix new categories breaking site

This commit is contained in:
Sam Carlton 2021-03-10 13:44:00 -06:00
parent b357f838a0
commit 7412d74115
4 changed files with 55 additions and 5 deletions

View file

@ -270,6 +270,7 @@ export default async function () {
}
const category = {
label: categoryTitle,
slug: categorySlug
}