Format with prettier

This commit is contained in:
prototypa
2023-07-27 14:47:30 -04:00
parent 6f5b5f5b2d
commit 8cd3985c5d
7 changed files with 33 additions and 23 deletions

View File

@ -26,6 +26,6 @@ export const get = async () => {
pubDate: post.publishDate,
})),
trailingSlash: SITE.trailingSlash
trailingSlash: SITE.trailingSlash,
});
};