From 39b8d40ab86d7ae8efbe7d45585e7184efb0be96 Mon Sep 17 00:00:00 2001 From: YoanRos <98326747+YoanRos@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:18:06 +0200 Subject: [PATCH] fix: add blocks (#196) --- next-app/app/blog/[blog]/page.tsx | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/next-app/app/blog/[blog]/page.tsx b/next-app/app/blog/[blog]/page.tsx index 185fec1..26f817e 100644 --- a/next-app/app/blog/[blog]/page.tsx +++ b/next-app/app/blog/[blog]/page.tsx @@ -41,11 +41,33 @@ export default async function Blog({ params }) {
{block.file.data.attributes.caption}
+