chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-15 11:43:04 -07:00
parent 7ec3c83112
commit 4302f61f8c
No known key found for this signature in database
4 changed files with 10 additions and 10 deletions

View file

@ -26,8 +26,8 @@ export const cssConfig = (eleventyConfig) => {
await fs.writeFile(outputPath, result.css)
return result.css
};
}
}
},
});
};
})
}