🖼️ added images support
- Should investigate how to resize the image from .md specs
This commit is contained in:
@@ -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[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user