01
Deploy the repo
Import the repository into Vercel and let the default Next.js build run.
Launch setup
This product app is separate from the portfolio. The subdomain can point here now, and later you can move the product to a dedicated domain by updating one environment variable and the hosting domain.
01
Import the repository into Vercel and let the default Next.js build run.
02
Set NEXT_PUBLIC_SITE_URL to https://easyclaw.chriswiki.com in the production environment.
03
Add the custom domain in Vercel and point DNS for the subdomain to the Vercel target.
Type: CNAME
Name: easyclaw
Value: cname.vercel-dns.com
If you later move to a dedicated domain, keep this repo and hosting project, add the new domain in Vercel, update NEXT_PUBLIC_SITE_URL, and repoint DNS.