From 5d46fd1356f2dcdcf7d72548c967732f7d79aa58 Mon Sep 17 00:00:00 2001 From: poyrazavsever Date: Sat, 18 Jul 2026 12:37:00 +0300 Subject: [PATCH] fix: fixed cover image link latest blog --- .../blog/nextjs-hydration-error-nedir-ve-nasil-cozulur-tr.md | 2 +- content/blog/nextjs-hydration-error-nedir-ve-nasil-cozulur.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/nextjs-hydration-error-nedir-ve-nasil-cozulur-tr.md b/content/blog/nextjs-hydration-error-nedir-ve-nasil-cozulur-tr.md index 4485c58..5a8a77f 100644 --- a/content/blog/nextjs-hydration-error-nedir-ve-nasil-cozulur-tr.md +++ b/content/blog/nextjs-hydration-error-nedir-ve-nasil-cozulur-tr.md @@ -6,7 +6,7 @@ readTime: "8 min read" author: "Poyraz Avsever" slug: "nextjs-hydration-error-nedir-ve-nasil-cozulur" excerpt: "Next.js projelerinde sıkça karşılaşılan Hydration Error (Rehidrasyon Hatası) nedir? Sunucu ve istemci arasındaki HTML uyumsuzlukları neden kaynaklanır ve bu hataları nasıl profesyonelce çözebiliriz?" -coverImage: "/blog/images/nextjs-hydration-error-cover.jpg" +coverImage: "/blog/images/nextjs-hydration-error-nedir-ve-nasil-cozulur.png" canonicalUrl: "https://medium.com/@poyrazavsever/nextjs-hydration-error-nedir-ve-nasil-cozulur-hash" lang: "tr" --- diff --git a/content/blog/nextjs-hydration-error-nedir-ve-nasil-cozulur.md b/content/blog/nextjs-hydration-error-nedir-ve-nasil-cozulur.md index dbaae2a..301f974 100644 --- a/content/blog/nextjs-hydration-error-nedir-ve-nasil-cozulur.md +++ b/content/blog/nextjs-hydration-error-nedir-ve-nasil-cozulur.md @@ -6,7 +6,7 @@ readTime: "8 min read" author: "Poyraz Avsever" slug: "nextjs-hydration-error-what-is-it-and-how-is-it-fixed" excerpt: "What is the Hydration Error, which is frequently encountered in Next.js projects? What causes HTML mismatches between the server and the client, and how can we solve these errors professionally?" -coverImage: "/blog/images/nextjs-hydration-error-cover.jpg" +coverImage: "/blog/images/nextjs-hydration-error-nedir-ve-nasil-cozulur.png" canonicalUrl: "https://medium.com/@poyrazavsever/nextjs-hydration-error-what-is-it-and-how-is-it-fixed-hash" lang: "en" ---