Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 44 additions & 1 deletion apps/docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,49 @@
{ "source": "/docs/postgres/database/tcp-tunnel", "destination": "/docs/postgres/database/direct-connections", "permanent": true },
{ "source": "/docs/postgres/more/known-limitations", "destination": "/docs/postgres/introduction/overview", "permanent": true },
{ "source": "/docs/postgres/database/tooling", "destination": "/docs/postgres/integrations/viewing-data", "permanent": true },
{ "source": "/docs/postgres/integrations/tooling", "destination": "/docs/postgres/integrations/viewing-data", "permanent": true }
{ "source": "/docs/postgres/integrations/tooling", "destination": "/docs/postgres/integrations/viewing-data", "permanent": true },
{ "source": "/docs/guides/upgrade-guides/upgrade-from-prisma-1/upgrade-from-mongodb-beta", "destination": "/docs/guides/upgrade-prisma-orm/v1", "permanent": true },
{ "source": "/docs/getting-started/setup-prisma/start-from-scratch/mongodb-typescript-mongodb", "destination": "/docs/prisma-orm/quickstart/mongodb", "permanent": true },
{ "source": "/docs/orm/more/tools-and-interfaces/prisma-config", "destination": "/docs/orm/reference/prisma-config-reference", "permanent": true },
{ "source": "/docs/reference/database-reference/sqlite", "destination": "/docs/orm/core-concepts/supported-databases/sqlite", "permanent": true },
{ "source": "/docs/orm/prisma-migrate/workflows/resolving-migration-issues", "destination": "/docs/orm/prisma-migrate/workflows/troubleshooting", "permanent": true },
{ "source": "/docs/data-platform/accelerate/what-is-accelerate", "destination": "/docs/accelerate", "permanent": true },
{ "source": "/docs/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql", "destination": "/docs/prisma-orm/quickstart/postgresql", "permanent": true },
{ "source": "/docs/guides/deployment/vercel", "destination": "/docs/guides/integrations/vercel-deployment", "permanent": true },
{ "source": "/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-typescript-planetscale", "destination": "/docs/prisma-orm/quickstart/planetscale", "permanent": true },
{ "source": "/docs/deployment/deployment-guides/deploy-to-aws-lambda", "destination": "/docs/orm/prisma-client/deployment/serverless/deploy-to-aws-lambda", "permanent": true },
{ "source": "/docs/guides/other/authentication-and-authorization/jwt-authentication", "destination": "/docs/guides/authentication", "permanent": true },
{ "source": "/docs/orm/more/help-and-troubleshooting/prisma-7-upgrade", "destination": "/docs/guides/upgrade-prisma-orm/v7", "permanent": true },
{ "source": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/replit", "destination": "/docs/orm/prisma-client/setup-and-configuration/databases-connections", "permanent": true },
{ "source": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/resplit", "destination": "/docs/orm/prisma-client/setup-and-configuration/databases-connections", "permanent": true },
{ "source": "/docs/concepts/components/prisma-migrate/workflows/baselining", "destination": "/docs/orm/prisma-migrate/workflows/baselining", "permanent": true },
{ "source": "/docs/orm/prisma-client/deployment/deployment-guides/deploying-to-supabase", "destination": "/docs/guides/integrations/supabase-accelerate", "permanent": true },
{ "source": "/docs/orm/prisma-client/deployment/prisma-migrate-deploy", "destination": "/docs/orm/prisma-client/deployment/deploy-database-changes-with-prisma-migrate", "permanent": true },
{ "source": "/docs/getting-started/quickstart-sqlite", "destination": "/docs/prisma-orm/quickstart/sqlite", "permanent": true },
{ "source": "/docs/orm/more/help-and-troubleshooting/help-articles/database-drivers", "destination": "/docs/orm/core-concepts/supported-databases/database-drivers", "permanent": true },
{ "source": "/docs/orm/reference/driver-adapters/pg", "destination": "/docs/orm/core-concepts/supported-databases/postgresql#using-driver-adapters", "permanent": true },
{ "source": "/docs/guides/other/troubleshooting-orm/help-articles/vercel-caching-issue", "destination": "/docs/orm/more/troubleshooting/nextjs", "permanent": true },
{ "source": "/docs/getting-started/quickstart-postgresql", "destination": "/docs/prisma-orm/quickstart/postgresql", "permanent": true },
{ "source": "/docs/orm/prisma-client/type-safety/prisma-validator", "destination": "/docs/orm/prisma-client/type-safety", "permanent": true },
{ "source": "/docs/reference/more/telemetry", "destination": "/docs/orm/prisma-client/observability-and-logging/opentelemetry-tracing", "permanent": true },
{ "source": "/docs/llm-full.txt", "destination": "/docs/llms-full.txt", "permanent": true },
{ "source": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/mysql", "destination": "/docs/orm/core-concepts/supported-databases/mysql", "permanent": true },
{ "source": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/prisma-postgres", "destination": "/docs/postgres/database/serverless-driver", "permanent": true },
{ "source": "/docs/reference/tools-and-interfaces/prisma-client/raw-database-access", "destination": "/docs/orm/prisma-client/using-raw-sql", "permanent": true },
{ "source": "/docs/orm/reference/changelog", "destination": "/docs/orm/more/releases", "permanent": true },
{ "source": "/docs/orm/reference/preview-features", "destination": "/docs/orm/reference/preview-features/client-preview-features", "permanent": true },
{ "source": "/docs/orm/prisma-client/deployment/deploying-to-vercel", "destination": "/docs/orm/prisma-client/deployment/serverless/deploy-to-vercel", "permanent": true },
{ "source": "/docs/orm/prisma-client/setup-and-configuration/databases/sqlite", "destination": "/docs/orm/core-concepts/supported-databases/sqlite", "permanent": true },
{ "source": "/docs/concepts/prisma-migrate/prisma-config-ts", "destination": "/docs/orm/reference/prisma-config-reference", "permanent": true },
{ "source": "/docs/guides/prisma-postgres/get-started", "destination": "/docs/prisma-postgres/quickstart/prisma-orm", "permanent": true },
{ "source": "/docs/orm/guides/database/supabase", "destination": "/docs/guides/integrations/supabase-accelerate", "permanent": true },
{ "source": "/docs/orm/prisma-postgres/getting-started", "destination": "/docs/postgres", "permanent": true },
{ "source": "/docs/orm/reference/database-reference/connection-urls", "destination": "/docs/orm/reference/connection-urls", "permanent": true },
{ "source": "/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-typescript-cockroachdb", "destination": "/docs/prisma-orm/add-to-existing-project/cockroachdb", "permanent": true },
{ "source": "/docs/orm/prisma-client/deployment/accelerate-direct-connections", "destination": "/docs/postgres/database/direct-connections", "permanent": true },
{ "source": "/docs/orm/prisma-schema/data-model/datasources/mongodb", "destination": "/docs/orm/core-concepts/supported-databases/mongodb", "permanent": true },
{ "source": "/docs/orm/prisma-client/deployment/connection-pools", "destination": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/connection-pool", "permanent": true },
{ "source": "/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-node-planetscale", "destination": "/docs/prisma-orm/add-to-existing-project/planetscale", "permanent": true },
{ "source": "/docs/reference/api-reference/prisma-config-reference", "destination": "/docs/orm/reference/prisma-config-reference", "permanent": true }
]
}
Loading