How do I connect my single page site to my domain

I created a single-page site that became bread.micro.blog. When I was creating it, I understood I would set up the domain settings later. But I am unclear exactly how to do that?

I ultimately planned for the page to be at bread.clorgie.me - my main site is currently mini.clorgie.me

You must go to your DNS provider to add a CNAME record in β€œclorgie.me” domain with β€œbread” pointing to the bread.micro.blog domain.

Thanks. I believe I am doing that correctly now, but still no luck.
Leaving this here for posterity.

Below is output when I dig the domain:

$ dig bread.clorgie.me                                                                                                                                                                                    
; <<>> DiG 9.10.6 <<>> bread.clorgie.me
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22490
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;bread.clorgie.me.		IN	A

;; ANSWER SECTION:
bread.clorgie.me.	300	IN	CNAME	bread.micro.blog.
bread.micro.blog.	3600	IN	CNAME	nb-104-200-22-214.dallas.nodebalancer.linode.com.
nb-104-200-22-214.dallas.nodebalancer.linode.com. 85788	IN A 104.200.22.214

but the page itself errors with an SSL issue:

$ wget bread.clorgie.me                                                                                                                                                                                   [9:09:51]
--2024-02-06 09:27:53--  http://bread.clorgie.me/
Resolving bread.clorgie.me (bread.clorgie.me)... 104.200.22.214
Connecting to bread.clorgie.me (bread.clorgie.me)|104.200.22.214|:80... connected.
HTTP request sent, awaiting response... 308 Permanent Redirect
Location: https://bread.clorgie.me/ [following]
--2024-02-06 09:27:53--  https://bread.clorgie.me/
Connecting to bread.clorgie.me (bread.clorgie.me)|104.200.22.214|:443... connected.
OpenSSL: error:0A000438:SSL routines::tlsv1 alert internal error
Unable to establish SSL connection.

Thanks for any advice!

NEVER MIND! I neglected to actually put the custom domain name on the Design page. Doh! Thx for your help

2 Likes