diff options
Diffstat (limited to 'docs/next.config.js')
| -rw-r--r-- | docs/next.config.js | 306 |
1 files changed, 153 insertions, 153 deletions
diff --git a/docs/next.config.js b/docs/next.config.js index 2d6cc4e..eb56c65 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -81,159 +81,159 @@ const nextConfig = withNextra({ }, ], }; - // }, - // async redirects() { - // return [ - // ...OLD_TURBOREPO_ROUTES.map((route) => ({ - // source: route, - // destination: `/repo${route}`, - // permanent: true, - // })), - // { - // source: "/docs/getting-started", - // destination: "/repo/docs", - // permanent: true, - // }, - // { - // source: "/usage", - // destination: "/repo/docs/reference/command-line-reference", - // permanent: true, - // }, - // { - // source: "/docs/core-concepts/running-tasks", - // destination: "/repo/docs/core-concepts/monorepos/running-tasks", - // permanent: true, - // }, - // { - // source: "/docs/core-concepts/why-turborepo", - // destination: "/repo/docs/core-concepts/monorepos", - // permanent: true, - // }, - // { - // source: "/docs/core-concepts/filtering", - // destination: "/repo/docs/core-concepts/monorepos/filtering", - // permanent: true, - // }, - // { - // source: "/docs/guides/workspaces", - // destination: "/repo/docs/handbook/workspaces", - // permanent: true, - // }, - // { - // source: "/docs/core-concepts/workspaces", - // destination: "/repo/docs/handbook/workspaces", - // permanent: true, - // }, - // { - // source: "/docs/core-concepts/pipelines", - // destination: "/repo/docs/core-concepts/monorepos/running-tasks", - // permanent: true, - // }, - // { - // source: "/docs/guides/migrate-from-lerna", - // destination: "/repo/docs/handbook/migrating-to-a-monorepo", - // permanent: true, - // }, - // { - // source: "/discord{/}?", - // permanent: true, - // destination: "https://discord.gg/sSzyjxvbf5", - // }, - // { - // source: "/docs/changelog", - // permanent: true, - // destination: "https://github.com/vercel/turbo/releases", - // }, - // { - // source: "/docs/guides/complimentary-tools", - // permanent: true, - // destination: "/repo/docs/handbook", - // }, - // { - // source: "/docs/guides/monorepo-tools", - // permanent: true, - // destination: "/repo/docs/handbook", - // }, - // { - // source: "/docs/glossary", - // permanent: true, - // destination: "/repo/docs/handbook", - // }, - // { - // source: "/docs/guides/continuous-integration", - // permanent: true, - // destination: "/repo/docs/ci", - // }, - // { - // source: "/repo/docs/handbook/prisma", - // permanent: true, - // destination: "/repo/docs/handbook/tools/prisma", - // }, - // { - // source: "/pack/docs/comparisons/turbopack-vs-vite", - // permanent: true, - // destination: "/pack/docs/comparisons/vite", - // }, - // { - // source: "/pack/docs/comparisons/turbopack-vs-webpack", - // permanent: true, - // destination: "/pack/docs/comparisons/webpack", - // }, - // { - // // Accidentally created, eventually removable. See below. - // source: "/repo/docs/core-concepts/running-tasks", - // destination: "/repo/docs/core-concepts/monorepos/running-tasks", - // permanent: true, - // }, - // { - // // Accidentally created, eventually removable. See below. - // source: "/repo/docs/core-concepts/why-turborepo", - // destination: "/repo/docs/core-concepts/monorepos", - // permanent: true, - // }, - // { - // // Accidentally created, eventually removable. See below. - // source: "/repo/docs/core-concepts/filtering", - // destination: "/repo/docs/core-concepts/monorepos/filtering", - // permanent: true, - // }, - // { - // // Accidentally created, eventually removable. See below. - // source: "/repo/docs/core-concepts/pipelines", - // destination: "/repo/docs/core-concepts/monorepos/running-tasks", - // permanent: true, - // }, - // { - // // This rule accidentally created a bunch of URLs. - // // - // // They've _never_ resolved, so _eventually_ we should be able to remove the - // // redirects we added above to fix them. - // source: "/docs/features/:path*", - // permanent: true, - // destination: "/repo/docs/core-concepts/:path*", - // }, - // { - // // Accidentally created, eventually removable. See below. - // source: "/repo/docs/getting-started", - // destination: "/repo/docs", - // permanent: true, - // }, - // { - // // Accidentally created, eventually removable. See below. - // source: "/repo/docs/guides/workspaces", - // destination: "/repo/docs/handbook/workspaces", - // permanent: true, - // }, - // { - // // This rule accidentally created a bunch of URLs. - // // - // // They've _never_ resolved, so _eventually_ we should be able to remove the - // // redirects we added above to fix them. - // source: "/docs/:path*", - // permanent: true, - // destination: "/repo/docs/:path*", - // }, - // ]; + }, + async redirects() { + return [ + ...OLD_TURBOREPO_ROUTES.map((route) => ({ + source: route, + destination: `/repo${route}`, + permanent: true, + })), + { + source: "/docs/getting-started", + destination: "/repo/docs", + permanent: true, + }, + { + source: "/usage", + destination: "/repo/docs/reference/command-line-reference", + permanent: true, + }, + { + source: "/docs/core-concepts/running-tasks", + destination: "/repo/docs/core-concepts/monorepos/running-tasks", + permanent: true, + }, + { + source: "/docs/core-concepts/why-turborepo", + destination: "/repo/docs/core-concepts/monorepos", + permanent: true, + }, + { + source: "/docs/core-concepts/filtering", + destination: "/repo/docs/core-concepts/monorepos/filtering", + permanent: true, + }, + { + source: "/docs/guides/workspaces", + destination: "/repo/docs/handbook/workspaces", + permanent: true, + }, + { + source: "/docs/core-concepts/workspaces", + destination: "/repo/docs/handbook/workspaces", + permanent: true, + }, + { + source: "/docs/core-concepts/pipelines", + destination: "/repo/docs/core-concepts/monorepos/running-tasks", + permanent: true, + }, + { + source: "/docs/guides/migrate-from-lerna", + destination: "/repo/docs/handbook/migrating-to-a-monorepo", + permanent: true, + }, + { + source: "/discord{/}?", + permanent: true, + destination: "https://discord.gg/sSzyjxvbf5", + }, + { + source: "/docs/changelog", + permanent: true, + destination: "https://github.com/vercel/turbo/releases", + }, + { + source: "/docs/guides/complimentary-tools", + permanent: true, + destination: "/repo/docs/handbook", + }, + { + source: "/docs/guides/monorepo-tools", + permanent: true, + destination: "/repo/docs/handbook", + }, + { + source: "/docs/glossary", + permanent: true, + destination: "/repo/docs/handbook", + }, + { + source: "/docs/guides/continuous-integration", + permanent: true, + destination: "/repo/docs/ci", + }, + { + source: "/repo/docs/handbook/prisma", + permanent: true, + destination: "/repo/docs/handbook/tools/prisma", + }, + { + source: "/pack/docs/comparisons/turbopack-vs-vite", + permanent: true, + destination: "/pack/docs/comparisons/vite", + }, + { + source: "/pack/docs/comparisons/turbopack-vs-webpack", + permanent: true, + destination: "/pack/docs/comparisons/webpack", + }, + { + // Accidentally created, eventually removable. See below. + source: "/repo/docs/core-concepts/running-tasks", + destination: "/repo/docs/core-concepts/monorepos/running-tasks", + permanent: true, + }, + { + // Accidentally created, eventually removable. See below. + source: "/repo/docs/core-concepts/why-turborepo", + destination: "/repo/docs/core-concepts/monorepos", + permanent: true, + }, + { + // Accidentally created, eventually removable. See below. + source: "/repo/docs/core-concepts/filtering", + destination: "/repo/docs/core-concepts/monorepos/filtering", + permanent: true, + }, + { + // Accidentally created, eventually removable. See below. + source: "/repo/docs/core-concepts/pipelines", + destination: "/repo/docs/core-concepts/monorepos/running-tasks", + permanent: true, + }, + { + // This rule accidentally created a bunch of URLs. + // + // They've _never_ resolved, so _eventually_ we should be able to remove the + // redirects we added above to fix them. + source: "/docs/features/:path*", + permanent: true, + destination: "/repo/docs/core-concepts/:path*", + }, + { + // Accidentally created, eventually removable. See below. + source: "/repo/docs/getting-started", + destination: "/repo/docs", + permanent: true, + }, + { + // Accidentally created, eventually removable. See below. + source: "/repo/docs/guides/workspaces", + destination: "/repo/docs/handbook/workspaces", + permanent: true, + }, + { + // This rule accidentally created a bunch of URLs. + // + // They've _never_ resolved, so _eventually_ we should be able to remove the + // redirects we added above to fix them. + source: "/docs/:path*", + permanent: true, + destination: "/repo/docs/:path*", + }, + ]; }, }); |
