This commit is contained in:
braginini
2023-05-19 19:51:25 +02:00
parent e2550486c4
commit 053fe87b96
13 changed files with 46 additions and 33 deletions

View File

@@ -25,17 +25,17 @@ const nextConfig = {
return [
{
source: '/',
destination: '/docs/introductions',
destination: '/docs/introduction',
permanent: true,
},
{
source: '/docs',
destination: '/docs/introductions',
destination: '/docs/introduction',
permanent: true,
},
{
source: '/ipa',
destination: '/ipa/introductions',
destination: '/ipa/introduction',
permanent: true,
},
]