🖼️ 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 6155a541f9
commit a039528fb3
26 changed files with 871 additions and 274 deletions

View File

@@ -24,7 +24,7 @@ export default async function BlogPostBreadcrumb({
}) {
const { slug } = await params
const slugPath = slug.join('/')
const post = getPostBySlug(slugPath)
const post = await getPostBySlug(slugPath)
const items: BreadcrumbItem[] = [
{