Skip to content

Commit 097edc6

Browse files
authored
Merge pull request #346 from gitcoinco/blog-pages
add blog pages redirect
2 parents be3a40f + a9aba3a commit 097edc6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

next.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ const nextConfig: NextConfig = {
6969
},
7070
{
7171
source: "/blog/:path*",
72-
destination: "https://.gitcoin.co/blog/:path*",
72+
destination: "https://app.gitcoin.co/blog/:path*",
73+
},
74+
{
75+
source: "/blog/tag/:path*",
76+
destination: "https://app.gitcoin.co/blog/tag/:path*",
7377
},
7478

7579
// impact.gitcoin.co rewrites

0 commit comments

Comments
 (0)