add-custom-domain
Installation
SKILL.md
Add Custom Domain
Configure custom domains with automatic SSL/TLS certificates.
Quick Setup
1. Add Domain in Dashboard
- Go to Project > Settings > Domains
- Click "Add Domain"
- Enter your domain (e.g.,
app.example.com)
2. Configure DNS
Add a CNAME record pointing to your Temps deployment:
| Type | Name | Value |
|---|---|---|
| CNAME | app | your-project.temps.io |
Related skills