GitHub Pages: setting up custom domain

前端 未结 3 1460
太阳男子
太阳男子 2020-12-23 15:19

I\'ve got an organization page set up and running in GitHub and things seem to be working...but I\'m a little confused. I\'d like to actually understand the process since th

3条回答
  •  攒了一身酷
    2020-12-23 16:16

    It is also possible to use a CNAME record for an APEX domain using the free DNS service provided by CloudFlare in which case you can also use your domain without the www (or any other subdomain) and still benefit from CDN & DoS.

    I've written a step-by-step guide here: Speed up your GitHub Pages website with CloudFlare

    PS: Apparently using ALIAS records is a bad idea... click here to see why.

提交回复
热议问题