add more redirects

This commit is contained in:
Pascal Fischer
2023-05-09 16:45:23 +02:00
parent 5e27b0f37e
commit a194609ce2

View File

@@ -26,6 +26,16 @@ const nextConfig = {
destination: '/docs/introductions',
permanent: true,
},
{
source: '/docs',
destination: '/docs/introductions',
permanent: true,
},
{
source: '/ipa',
destination: '/ipa/introductions',
permanent: true,
},
]
}
}