aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-28 01:15:41 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-28 01:15:41 +0800
commit0b46fcd72ac34382387b2bcf9095233efbcc52f4 (patch)
tree0e14d5fbc2da6b256e3e48dcfd44e91082449169
parent5779844bb265c45c898ca166a04da0b47608e911 (diff)
downloadHydroRoll-0b46fcd72ac34382387b2bcf9095233efbcc52f4.tar.gz
HydroRoll-0b46fcd72ac34382387b2bcf9095233efbcc52f4.zip
-rw-r--r--docs/next.config.js306
1 files changed, 153 insertions, 153 deletions
diff --git a/docs/next.config.js b/docs/next.config.js
index eb56c65..2d6cc4e 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*",
+ // },
+ // ];
},
});