diff --git a/www/apps/book/next.config.mjs b/www/apps/book/next.config.mjs index eebdff33062f6..f460bf4d23591 100644 --- a/www/apps/book/next.config.mjs +++ b/www/apps/book/next.config.mjs @@ -157,6 +157,21 @@ const nextConfig = { destination: "/:path*", permanent: true, }, + { + source: "/recipes/:path*", + destination: "/resources/recipes", + permanent: true + }, + { + source: "/plugins/:path*", + destination: "/v1/plugins/:path*", + permanent: true + }, + { + source: "/medusa-react/:path*", + destination: "/v1/medusa-react/:path*", + permanent: true + } ] }, }