Reference

General settings

Configure basic settings for your Vercel project, including the project name, build and development settings, root directory, Node.js version, Project ID, and Vercel Toolbar settings.
Table of Contents

Project names can be up to 100 characters long and must be lowercase. They can include letters, digits, and the following characters: ., \_, -. However, they cannot contain the sequence ---.

You can edit settings regarding the build and development settings, root directory, and the install command. See the Configure a build documentation to learn more.

The changes you make to these settings will only be applied starting from your next deployment.

Learn more about how to customize the Node.js version of your project in the Node.js runtime documentation.

You can also learn more about all supported versions of Node.js.

Your project ID can be used by the REST API to carry out tasks relating to your project. To locate your Project ID:

  1. Ensure you have selected your Team from the scope selector.
  2. Choose your project from the dashboard.
  3. Select the Settings tab.
  4. Under General, scroll down until you find Project ID. The ID should start prj_.
  5. Copy the Project ID to use as needed.

The Vercel Toolbar is a tool that assists you in iterating and developing your project and is enabled by default on preview deployments. You can enable or disable the toolbar in your project settings.

Last updated on October 18, 2024