Skip to content

Commit 114eb77

Browse files
authored
Add permanent redirect for /ipa routes (#271)
1 parent 81a761e commit 114eb77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ const nextConfig = {
9393
source: '/docs/:path*',
9494
destination: '/:path*',
9595
permanent: true,
96+
},
97+
{
98+
source: '/ipa/:path*',
99+
destination: '/api/:path*',
100+
permanent: true
96101
}
97102
]
98103
},

0 commit comments

Comments
 (0)