augustt

Results 3 comments of augustt

I created a client component for rendering block content. example: https://strapi.io/blog/integrating-strapi-s-new-rich-text-block-editor-with-next-js-a-step-by-step-guide ```"use client"; import Image from "next/image"; import { BlocksRenderer, type BlocksContent, } from "@strapi/blocks-react-renderer"; export default function BlockRendererClient({ content,...