diff --git a/www/apps/book/next.config.mjs b/www/apps/book/next.config.mjs index 7225d90473..ec25b25b9f 100644 --- a/www/apps/book/next.config.mjs +++ b/www/apps/book/next.config.mjs @@ -117,13 +117,6 @@ const nextConfig = { // destination: `${process.env.NEXT_PUBLIC_USER_GUIDE_URL}/user-guide/:path*`, // basePath: false, // }, - { - source: "/:path((?!v2).*)", - destination: `${ - process.env.NEXT_PUBLIC_API_V1_URL || "https://localhost:3001" - }/:path*`, - basePath: false, - }, ], } }, diff --git a/www/packages/docs-ui/src/components/MainNav/DesktopMenu/index.tsx b/www/packages/docs-ui/src/components/MainNav/DesktopMenu/index.tsx index a69b2a4792..98f664ac14 100644 --- a/www/packages/docs-ui/src/components/MainNav/DesktopMenu/index.tsx +++ b/www/packages/docs-ui/src/components/MainNav/DesktopMenu/index.tsx @@ -38,12 +38,12 @@ export const MainNavDesktopMenu = () => { title: "Homepage", link: "https://medusajs.com", }, - { - type: "link", - icon: , - title: "Medusa v1", - link: "https://docs.medusajs.com", - }, + // { + // type: "link", + // icon: , + // title: "Medusa v1", + // link: "https://docs.medusajs.com", + // }, { type: "link", icon: ,