From 9ce094fadab74efde861973ff45ce7eb4f9a14eb Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 09:44:51 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 15e8465..7d90533 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -56,7 +56,8 @@ export default function BlogPage() { const url = `${apiUrl}/posts/${projectId}?status=published`; const response = await fetch(url, { method: "GET", headers: { - "Content-Type": "application/json"}, + "Content-Type": "application/json" + }, }); if (response.ok) {