Deployment
Deploy your site to various hosting platforms. The site builds to static HTML, so it works anywhere.
Build
Generate the production build:
Bash
npm run buildThe output will be in the _site/ directory.
Environment variables
Configure secrets via environment variables on your hosting platform:
| Variable | Description |
|---|---|
GITHUB_TOKEN |
GitHub API access |
CONTACT_FORMSPREE |
Formspree form endpoint |
CONTACT_DISCORD_WEBHOOK |
Discord webhook URL |
CONTACT_WEB3FORMS |
Web3Forms access key |
Custom domain
Point your domain's DNS to your hosting provider and configure it in their dashboard. Most platforms support automatic HTTPS via Let's Encrypt.