Created
May 1, 2019 05:28
-
-
Save JMPerez/dbb799a01ae4455ebfd64f72491540ed to your computer and use it in GitHub Desktop.
Setting up DNS for Netlify to work on a Zeit domain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
now dns add domain.com @ A 104.198.14.52 | |
now dns add domain.com www CNAME domain.netlify.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same here, thanks!