feat: add decap cms for editing content

This commit is contained in:
Devin Haska 2024-03-01 11:35:08 -08:00
parent 320b933c04
commit f37d0b3571
11 changed files with 117 additions and 7 deletions

View file

@ -30,6 +30,6 @@ const catalogueByType = (collection) => {
};
module.exports = {
postsByTag,
catalogueByType,
postsByTag,
};