moved configurations page

This commit is contained in:
Shahed Nasser
2025-03-11 10:59:29 +02:00
parent 5a5da0d6a1
commit ac989a6ed1
30 changed files with 11817 additions and 9814 deletions
+5
View File
@@ -123,6 +123,11 @@ const redirects = async () => {
destination: "/learn/resources/contribution-guidelines/docs",
permanent: true,
},
{
source: "/learn/conventions/:path*",
destination: "/learn/configurations/:path*",
permanent: true,
},
]
}