Skip to content

Commit f06bfa4

Browse files
committed
add blog pages redirect
1 parent a97559f commit f06bfa4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

next.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ const nextConfig: NextConfig = {
6767
source: "/blog",
6868
destination: "https://app.gitcoin.co/blog",
6969
},
70+
{
71+
source: "/blog/:path*",
72+
destination: "https://.gitcoin.co/blog/:path*",
73+
},
7074

7175
// impact.gitcoin.co rewrites
7276
{

0 commit comments

Comments
 (0)