# Cross-link map: Project Configuration (/docs/project-configuration)

> From the Vercel docs graph (built 2026-09-21T05:26:59.511Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.json

## Semantically closest pages

- [Project settings](https://vercel.com/docs/project-configuration/project-settings?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=semantic) — Use the project settings, to configure custom domains, environment variables, Git, integrations, deployment protection,
- [General settings](https://vercel.com/docs/project-configuration/general-settings?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=semantic) — Configure basic settings for your Vercel project, including the project name, build and development settings, root direc
- [Global Vercel CLI Configuration](https://vercel.com/docs/project-configuration/global-configuration?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=semantic) — Learn how to configure Vercel CLI under your system user.
- [Static Configuration with vercel.toml](https://vercel.com/docs/project-configuration/vercel-toml?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=semantic) — Configure your Vercel project with a TOML file using the same properties as vercel.json.
- [Projects overview](https://vercel.com/docs/projects?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=semantic) — A project is where you deploy and operate frontend apps, APIs, backends, containers, and agent workloads on Vercel.

## This page links to (9)

- [General settings](https://vercel.com/docs/project-configuration/general-settings?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=outbound) — Configure basic settings for your Vercel project, including the project name, build and development settings, root direc
- [Git Configuration](https://vercel.com/docs/project-configuration/git-configuration?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=outbound) — Learn how to configure Git for your project through vercel.json or vercel.ts.
- [Git settings](https://vercel.com/docs/project-configuration/git-settings?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=outbound) — Use the project settings to manage the Git connection, enable Git LFS, and create deploy hooks.
- [Global Vercel CLI Configuration](https://vercel.com/docs/project-configuration/global-configuration?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=outbound) — Learn how to configure Vercel CLI under your system user.
- [Project settings](https://vercel.com/docs/project-configuration/project-settings?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=outbound) — Use the project settings, to configure custom domains, environment variables, Git, integrations, deployment protection,
- [Security settings](https://vercel.com/docs/project-configuration/security-settings?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=outbound) — Configure security settings for your Vercel project, including Logs and Source Protection, Vercel Support Code Visibilit
- [Static Configuration with vercel.json](https://vercel.com/docs/project-configuration/vercel-json?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=outbound) — Learn how to use vercel.json to configure and override the default behavior of Vercel from within your project.
- [Static Configuration with vercel.toml](https://vercel.com/docs/project-configuration/vercel-toml?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=outbound) — Configure your Vercel project with a TOML file using the same properties as vercel.json.
- [Programmatic Configuration with vercel.ts](https://vercel.com/docs/project-configuration/vercel-ts?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=outbound) — Define your Vercel configuration in vercel.ts with @vercel/config for type-safe routing and build settings.

## Pages that link here (28)

By site: vercel-changelog (5) · vercel-kb (10) · vercel-docs (13)

### From vercel-changelog

- [New configuration overrides available per-deployment](https://vercel.com/changelog/new-configuration-overrides-available-per-deployment?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound)
- [Support for now.json will be removed on March 31, 2026](https://vercel.com/changelog/support-for-now-json-will-be-removed-on-march-31-2026?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound)
- [Transform rules are now available in vercel.json](https://vercel.com/changelog/transform-rules-are-now-available-in-vercel-json?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound)
- [Introducing vercel.ts: Programmatic project configuration](https://vercel.com/changelog/vercel-ts?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound)
- [Web Application Firewall control now available with vercel.json](https://vercel.com/changelog/web-application-firewall-control-now-available-with-vercel-json?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound)

### From vercel-kb

- [Can I redirect from a subdomain to a subpath?](https://vercel.com/kb/guide/can-i-redirect-from-a-subdomain-to-a-subpath?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how to redirect from your subdomain to a subpath on Vercel with a vercel.json file or with Next.js
- [Can I route based on letter casing on Vercel?](https://vercel.com/kb/guide/can-i-route-based-on-letter-casing-on-vercel?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Information on whether or not it is possible to route based on letting casing with Vercel.
- [Does Vercel support Ruby on Rails applications?](https://vercel.com/kb/guide/does-vercel-support-ruby-on-rails-applications?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how you can use Ruby on Rails with your frontend on Vercel.
- [How can I increase the limit of redirects or use dynamic redirects on Vercel?](https://vercel.com/kb/guide/how-can-i-increase-the-limit-of-redirects-or-use-dynamic-redirects-on-vercel?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Instructions on how to use Serverless Functions to handle redirects on Vercel.
- [How can I serve multiple projects under a single domain?](https://vercel.com/kb/guide/how-can-i-serve-multiple-projects-under-a-single-domain?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how to serve multiple Vercel projects from a single domain.
- [How do I perform Vercel redirects based on query strings?](https://vercel.com/kb/guide/how-do-i-perform-vercel-redirects-based-on-query-strings?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — When using redirects with the \\`vercel.json\\` or \\`next.config.js\\` configuration file, your URL may contain query param
- [How to Configure the Cache-Control Response Header in Vercel Projects](https://vercel.com/kb/guide/how-to-configure-the-cache-control-response-header-in-vercel-projects?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — After reviewing this guide, you will be able to set a cache-control header of any value to be returned when a specific p
- [How to enable CORS on Vercel](https://vercel.com/kb/guide/how-to-enable-cors?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how to enable CORS on Vercel with vercel.json, Routing Middleware, framework config, and route handlers, plus how
- [How to migrate from Fastly to Vercel with zero downtime](https://vercel.com/kb/guide/how-to-migrate-from-fastly-to-vercel-with-zero-downtime?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Consolidate your CDN infrastructure on Vercel to reduce latency, simplify your configuration, and improve your developer
- [Migrate to Vercel from Cloudflare](https://vercel.com/kb/guide/migrate-to-vercel-from-cloudflare?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Migrate your website's configuration from Cloudflare Pages or Workers to Vercel

### From vercel-docs

- [Cron Jobs](https://vercel.com/docs/cron-jobs?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn about cron jobs, how they work, and how to use them on Vercel.
- [Troubleshooting Build Errors](https://vercel.com/docs/deployments/troubleshoot-a-build?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how to resolve common scenarios you may encounter during the Build step, including build errors that cancel a depl
- [Fluid compute](https://vercel.com/docs/fluid-compute?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn about fluid compute, an execution model for Vercel Functions that provides a more flexible and efficient way to ru
- [SvelteKit on Vercel](https://vercel.com/docs/frameworks/full-stack/sveltekit?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Deploy SvelteKit applications to Vercel and configure the adapter, rendering, streaming, ISR, analytics, and Routing Mid
- [Advanced Configuration](https://vercel.com/docs/functions/configuring-functions/advanced-configuration?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how to add utility files to the /api directory, and bundle Vercel Functions.
- [How Vercel builds your application](https://vercel.com/docs/fundamentals/builds?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how Vercel transforms your source code into optimized assets ready to serve globally.
- [Glossary](https://vercel.com/docs/glossary?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn about the terms and concepts used in Vercel's products and documentation.
- [Building Integrations with Vercel REST API](https://vercel.com/docs/integrations/create-integration/vercel-api-integrations?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how to use Vercel REST API to build your integrations and work with redirect URLs.
- [Integrating Vercel and Kubernetes](https://vercel.com/docs/integrations/external-platforms/kubernetes?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Deploy your frontend on Vercel alongside your existing Kubernetes infrastructure.
- [Project settings](https://vercel.com/docs/project-configuration/project-settings?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Use the project settings, to configure custom domains, environment variables, Git, integrations, deployment protection,
- [Transferring a project](https://vercel.com/docs/projects/transferring-projects?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how to transfer a project between Vercel teams.
- [Configuration Redirects](https://vercel.com/docs/routing/redirects/configuration-redirects?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Learn how to define static redirects in your framework configuration or vercel.json with support for wildcards, pattern
- [Managing redirects at scale](https://vercel.com/docs/routing/redirects/manage-redirects-at-scale?from=graph&source_path=%2Fdocs%2Fproject-configuration&source_site=vercel-docs&relationship=inbound) — Add, bulk upload, version, and roll back project-level redirects using the CLI.
