You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One disadvantage of using a custom domain is tha your page will no longer work over HTTPS. This is because the GitHub servers only has a SSL certificate that covers *.github.io domains, not keanulee.com or any of its subdomains.
It became possible on May 3rd, 2018. You probably only need to change your A record from 192.30.252.153 to those resolving sni.github.map.fastly.net:
libreobject.github.io. 3600 IN CNAME sni.github.map.fastly.net.
sni.github.map.fastly.net. 3600 IN A 185.199.108.153
sni.github.map.fastly.net. 3600 IN A 185.199.109.153
sni.github.map.fastly.net. 3600 IN A 185.199.110.153
sni.github.map.fastly.net. 3600 IN A 185.199.111.153
Maybe solved by making a protocol agnostic url config in jekyll
The text was updated successfully, but these errors were encountered: