diff --git a/next.config.mjs b/next.config.mjs index 52042a4..19f0e2f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -93,6 +93,11 @@ const nextConfig = { source: '/docs/:path*', destination: '/:path*', permanent: true, + }, + { + source: '/ipa/:path*', + destination: '/api/:path*', + permanent: true } ] },