Basics
Vercel
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
- Push your code to a remote Git repository (GitHub, GitLab, or Bitbucket).
- Import your project into Vercel.
- Vercel automatically detects Thulite and configures the correct settings.
- 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
Install the Vercel CLI, then run
vercelto deploy.- Vercel automatically detects Thulite and configures the correct settings.
- When asked
Want to override the settings? [y/N], chooseN. - 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 about Vercel’s project configuration.
Learn more
Host on Vercel
Official Hugo guide for deploying sites on Vercel.
Prev
Render