docs: custom views (#3483)

This commit is contained in:
Jacob Fletcher
2023-10-08 19:34:23 -04:00
committed by GitHub
parent 5a969a2c4d
commit 8255088f39
6 changed files with 223 additions and 97 deletions

View File

@@ -43,12 +43,13 @@ From the Environment Variables page of the Settings tab, you can add, update and
with `PAYLOAD_PUBLIC_`.  Learn more
[here](https://payloadcms.com/docs/admin/webpack#admin-environment-vars).
</Banner>
### Custom Domains
With Payload Cloud, you can add custom domain names to your project. To do so, first go to the Domains page of the Settings tab of your project. Here you can see your default domain. To add a new domain, type in the domain name you wish to use.
<Banner>
Note: do not include the protocol (http:// or https://) or any routes (/page). Only include the
Note: do not include the protocol (http:// or https://) or any paths (/page). Only include the
domain name and extension, and optionally a subdomain. - your-domain.com - backend.your-domain.com
</Banner>