🖼️ 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
committed by Rares J
parent 41b32b13f2
commit 1042a43dfa
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