Skip to content

Commit a18a68d

Browse files
ldanilekConvex, Inc.
authored and
Convex, Inc.
committed
improve canonical domain docs (#34885)
GitOrigin-RevId: fe67af42bfbc60fae1ff5b5921d52e537d7c6587
1 parent 9814dfc commit a18a68d

File tree

1 file changed

+4
-3
lines changed
  • npm-packages/docs/docs/production/hosting

1 file changed

+4
-3
lines changed

Diff for: npm-packages/docs/docs/production/hosting/custom.mdx

+4-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ step: override the `CONVEX_CLOUD_URL` environment variable.
3636

3737
![Override system environment variables](/screenshots/override_system_env_vars.png)
3838

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.
39+
Then re-deploy your project. This may entail clicking "Redeploy" in Vercel or
40+
Netlify, or directly running `npx convex deploy --cmd 'npm run build'`. The
41+
newly deployed code will access your Convex functions through your custom
42+
domain.
4243

4344
The `CONVEX_CLOUD_URL` environment variable is used in several places:
4445

0 commit comments

Comments
 (0)