Skip to content

Commit 1c73e68

Browse files
Matthew SweeneyAllen Hai
authored andcommitted
Add Transferring Out (#1442)
* add transferring out * Apply suggestions from code review Co-Authored-By: Allen Hai <[email protected]>
1 parent 14da88b commit 1c73e68

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

lib/data/guides.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"authors": ["msweeneydev"],
450450
"url": "/guides/transferring-domains-to-zeit-now",
451451
"editUrl": "pages/guides/transferring-domains-to-zeit-now.mdx",
452-
"lastEdited": "2019-10-11T14:28:51.000Z"
452+
"lastEdited": "2019-11-06T15:33:04.000Z"
453453
},
454454
{
455455
"title": "How to Update Now CLI",

pages/guides/transferring-domains-to-zeit-now.mdx

+13-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ export const meta = {
1111
authors: ['msweeneydev'],
1212
url: '/guides/transferring-domains-to-zeit-now',
1313
editUrl: 'pages/guides/transferring-domains-to-zeit-now.mdx',
14-
lastEdited: '2019-10-11T14:28:51.000Z'
14+
lastEdited: '2019-11-06T15:33:04.000Z'
1515
}
1616

17-
With ZEIT Now, you can [assign a custom domain](/docs/v2/custom-domains#deploying-with-your-domain) to any of your projects. If you want to transfer your domain in from an external registrar to ZEIT, you can do that painlessly without worrying about domain and DNS configuration.
17+
With ZEIT Now, you can [assign a custom domain](/docs/v2/custom-domains#adding-a-domain) to any of your projects. If you want to transfer your domain in from an external registrar to ZEIT, you can do that painlessly without worrying about domain and DNS configuration.
1818

1919
This guide will walk you through how to transfer your domain to ZEIT in a few steps.
2020

@@ -97,6 +97,17 @@ This command will deploy your project and make it accessible at the production d
9797

9898
For more information on production domains, you can read the [custom domains documentation](/docs/v2/custom-domains#deploying-with-your-domain).
9999

100+
## Transferring Out
101+
102+
If you are looking to transfer your domain away from ZEIT Now, you can do so by [emailing support](mailto:[email protected]?subject=Domain%20Transfer%20Out) at [email protected] with details of the domain you wish to transfer.
103+
104+
<Note type="warning">
105+
Before requesting a domain transfer, make sure that the domain has been
106+
registered with ZEIT for at least 60 days.
107+
</Note>
108+
109+
Once your request has been verified by support, you will be provided with an authorization code. Please consult your new providers' documentation for information on how to use the authorization code and the likely speed of the transfer.
110+
100111
export default ({ children }) => <Guide meta={meta}>{children}</Guide>
101112

102113
export const config = {

0 commit comments

Comments
 (0)