🖼️ added support for links to blogposts and support image sizing from .md files
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 31s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped

This commit was merged in pull request #7.
This commit is contained in:
RJ
2025-11-24 14:31:57 +02:00
committed by Rares J
parent 1042a43dfa
commit 5f585e2a9f
6 changed files with 85 additions and 42 deletions

View File

@@ -25,6 +25,10 @@ export default function Page() {
}
```
### Check out this article:
[Check this out](tech/articol-tehnic.md)
## Conclusion
Next.js 15 brings many improvements for building modern web applications.