We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9814dfc commit a18a68dCopy full SHA for a18a68d
npm-packages/docs/docs/production/hosting/custom.mdx
@@ -36,9 +36,10 @@ step: override the `CONVEX_CLOUD_URL` environment variable.
36
37

38
39
-Then re-deploy your project with the standard build command
40
-`npx convex deploy --cmd 'npm run build'`. The newly deployed code will access
41
-your Convex functions through your custom domain.
+Then re-deploy your project. This may entail clicking "Redeploy" in Vercel or
+Netlify, or directly running `npx convex deploy --cmd 'npm run build'`. The
+newly deployed code will access your Convex functions through your custom
42
+domain.
43
44
The `CONVEX_CLOUD_URL` environment variable is used in several places:
45
0 commit comments