From a9aba3afcbc303086c0d2cc2c137fae66e83eb02 Mon Sep 17 00:00:00 2001 From: Cristina Lare <100524474+cristinalare@users.noreply.github.com> Date: Thu, 7 May 2026 23:33:39 +0300 Subject: [PATCH] add blog pages redirect --- next.config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index a36b78c..10bda5c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -69,7 +69,11 @@ const nextConfig: NextConfig = { }, { source: "/blog/:path*", - destination: "https://.gitcoin.co/blog/:path*", + destination: "https://app.gitcoin.co/blog/:path*", + }, + { + source: "/blog/tag/:path*", + destination: "https://app.gitcoin.co/blog/tag/:path*", }, // impact.gitcoin.co rewrites