Skip to content

Commit

Permalink
hotfix: change BIMI records SVG URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Jun 29, 2024
1 parent 93ee41a commit bcabfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ D(
// TXT Records - BIMI (Brand Indicators for Message Identification)
, TXT(
"default._bimi",
"v=BIMI1; l=https://beta.emaildojo.io/tool-bimi/static/storage/svgs/noclocks-icon-tinyps.svg; a=;"
"v=BIMI1; l=https://raw.githubusercontent.com/noclocks/dns/ad0bbf1713120e258de6bec5a8573f2fa57ec2f4/docs/assets/img/noclocks-icon-tinyps.svg; a=;"
)

// TXT Records - Resend
Expand Down

0 comments on commit bcabfed

Please sign in to comment.