Setting up a custom domain
- In my
.env.local, VITE_CONVEX_URL is set to a URL ending in .convex.cloud. Do I update this to my production URL? Do I also need to add it to .env?- Are there settings in the Convex dashboard I need to modify?
- In the Convex dashboard, for Development deploys, in Settings > Environment Variables, I have a
SITE_URL set to http://localhost:5173. In Production deploys there is no SITE_URL defined. Do I need to add SITE_URL to Production Environment Variables with my production URL?- How do I handle preview deploys for Convex with Cloudflare Pages?
I've read through the Custom Domains & Hosting docs page but I'm still unclear on the steps. Thanks for any help :)

