Use Vercel to deploy a Thulite site to its global edge network with minimal setup.

This guide shows how to deploy with the Vercel web UI or Vercel CLI.

How to deploy

Deploy to Vercel using the web UI or Vercel CLI.

Website UI Deployment

  1. Push your code to a remote Git repository (GitHub, GitLab, or Bitbucket).
  2. Import your project into Vercel.
  3. Vercel automatically detects Thulite and configures the correct settings.
  4. Your application is deployed!

After your project is imported and deployed, subsequent branch pushes generate Preview Deployments, and changes to the production branch (commonly “main”) trigger a Production Deployment.

Learn more about Vercel’s Git Integration.

CLI Deployment

  1. Install the Vercel CLI, then run vercel to deploy.

  2. Vercel automatically detects Thulite and configures the correct settings.
  3. When asked Want to override the settings? [y/N], choose N.
  4. Your application is deployed!

Project config with vercel.json

Use vercel.json to override Vercel defaults and configure additional settings. For example, you can attach headers to HTTP responses from your deployments.

Learn more

Hugo
Host on Vercel

Official Hugo guide for deploying sites on Vercel.