From ab305f1c118c24f4e7ebd6527bfda26081fb08a8 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 17 Dec 2025 23:34:05 -0600 Subject: [PATCH] refactor: update Next.js configuration and blog post styling - Replaced the deprecated 'domains' property with 'remotePatterns' in the Next.js configuration for image handling. - Adjusted the margin of the blog post link to improve layout consistency. --- apps/website/app/blog/[slug]/page.tsx | 2 +- apps/website/next.config.js | 32 +++++++++++++++++++-------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/apps/website/app/blog/[slug]/page.tsx b/apps/website/app/blog/[slug]/page.tsx index 4604ff7..4134466 100644 --- a/apps/website/app/blog/[slug]/page.tsx +++ b/apps/website/app/blog/[slug]/page.tsx @@ -221,7 +221,7 @@ export default async function BlogPostPage({ params }: Props) {