Skip to content

Commit

Permalink
feat: add HubSpot blog DNS CNAME record
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Feb 23, 2024
1 parent 2753103 commit d963dd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ D("noclocks.dev", REG_PORKBUN, DnsProvider(DSP_PORKBUN),
CNAME("*", "pixie.porkbun.com."),
CNAME("www", "noclocks.dev."),
CNAME("docs", "noclocks.github.io."),
TXT("_github-pages-challenge-noclocks", "8c88c3f5791a75585aedc0a0e821fb")
TXT("_github-pages-challenge-noclocks", "8c88c3f5791a75585aedc0a0e821fb"),
CNAME("blog", "39843493.group43.sites.hubspot.net")
);

0 comments on commit d963dd3

Please sign in to comment.