🖼️ added images support

- Should investigate how to resize the image from .md specs
This commit is contained in:
RJ
2025-11-21 16:15:15 +02:00
parent 2580858ee8
commit a2bd055879
26 changed files with 871 additions and 274 deletions

6
.gitignore vendored
View File

@@ -16,3 +16,9 @@ yarn-error.log*
.vercel
*.tsbuildinfo
next-env.d.ts
# Build artifacts (copied images)
public/blog/**/*.jpg
public/blog/**/*.png
public/blog/**/*.webp
public/blog/**/*.gif