Code styles always worked, just weren't styled lol

This commit is contained in:
Timothy Pidashev
2024-06-10 18:50:12 -07:00
parent aaf29f45a0
commit c3bc253182
4 changed files with 280 additions and 8 deletions

View File

@@ -28,4 +28,3 @@ export async function getAllBlogSlugs() {
slug: path.parse(file).name,
}));
}