Question about domain stuff
Greetings! I have already purchased a domain on GoDaddy, and I have also linked it to Netlify. So, can I use that domain to deploy multiple websites?
3 Replies
You can use sub domains, like project2.mycooldomain.com
What would you recommend, using multiple domains like project1.mydomain.com, project2.mydomain.com, etc. or something like mydomain.com/project1, mydomain.com/project2, etc. Is there an actual difference, besides the URL?
Sub domains are easier, it means each project will have it's own root path and you won't have to worry about what folder you put projects in when you're referencing files in html or css