Skip to content

Commit

Permalink
add bass guitar book
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcanty authored Jul 5, 2023
1 parent 86dc841 commit 4b73336
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ D("mattcanty.com", NON_REG, DnsProvider(R53),
CNAME("rainclock", "stirring-bonbon-38127e.netlify.app.")
);

D("electricbassguitarbook.co.uk", NON_REG, DnsProvider(R53),
CNAME("@", "apex-loadbalancer.netlify.com")
);

electricbassguitarbook.co.uk ALIAS

D("katybrody.co.uk", NON_REG, DnsProvider(R53),
R53_ALIAS('@', 'A', 's3-website.eu-west-2.amazonaws.com.', R53_ZONE('Z3GKZC51ZF0DB4')),
CNAME("www", "katybrody.format.com.")
Expand Down

0 comments on commit 4b73336

Please sign in to comment.