2
0

🚸 (share) Hide custom domain dropdown when env isn't configured

Related to #269
This commit is contained in:
Baptiste Arnaud
2023-01-21 18:20:10 +01:00
parent 3d2d4017b2
commit 393f5f27ed
4 changed files with 10 additions and 9 deletions

View File

@ -214,11 +214,11 @@ These can also be added to the `viewer` environment
<details><summary><h4>Vercel (custom domains)</h4></summary>
<p>
| Parameter | Default | Description |
| -------------------------- | ------- | ----------------------------------------------- |
| VERCEL_TOKEN | | Vercel API token |
| VERCEL_VIEWER_PROJECT_NAME | | The name of the viewer project in Vercel |
| VERCEL_TEAM_ID | | Vercel team ID that contains the viewer project |
| Parameter | Default | Description |
| -------------------------------------- | ------- | ----------------------------------------------- |
| VERCEL_TOKEN | | Vercel API token |
| NEXT_PUBLIC_VERCEL_VIEWER_PROJECT_NAME | | The name of the viewer project in Vercel |
| VERCEL_TEAM_ID | | Vercel team ID that contains the viewer project |
</p></details>