diff --git a/app/[locale]/[category]/[post]/page.tsx b/app/[locale]/[category]/[post]/page.tsx index cb15299..5fc8f9e 100644 --- a/app/[locale]/[category]/[post]/page.tsx +++ b/app/[locale]/[category]/[post]/page.tsx @@ -27,7 +27,7 @@ export default async function Page({ params }: { params: { post: string } }) {
- + {post.content}