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