Revert "feat: serve content files via catch-all route, use content-relative cover images"

This reverts commit 8d582b6ae3.
This commit is contained in:
2026-06-01 23:54:23 -05:00
parent 8d582b6ae3
commit 049bc3e7a3
5 changed files with 6 additions and 46 deletions

View File

@@ -7,7 +7,7 @@ tags:
- typescript
- programming
- tutorial
coverImage: /content/posts/hello-world/typescript-cover.jpg
coverImage: /images/typescript-cover.jpg
---
Welcome to this comprehensive TypeScript tutorial! Whether you are migrating a JavaScript project or starting fresh, this guide will walk you through TypeScript's type system from fundamentals to advanced patterns used in production codebases.