Skip to content

Commit

Permalink
update syncRedirectDomain to be FQDN (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Sep 10, 2024
2 parents 0fc1ae3 + c829f95 commit 22d0824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions smugmug.com.custom-domain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"providerName": "SmugMug",
"serviceId": "custom-domain",
"serviceName": "SmugMug Custom Domain",
"version": 4,
"version": 5,
"logoUrl": "https://cdn.smugmug.com/img/domain-connect/smugmug-logo.png",
"description": "Enables a domain to work with SmugMug",
"syncRedirectDomain": "smugmug.com, smugmug.net",
"syncRedirectDomain": "www.smugmug.com",
"records": [
{
"type": "REDIR301",
Expand Down
4 changes: 2 additions & 2 deletions smugmug.com.custom-subdomain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"providerName": "SmugMug",
"serviceId": "custom-subdomain",
"serviceName": "SmugMug Custom Domain",
"version": 1,
"version": 2,
"logoUrl": "https://cdn.smugmug.com/img/domain-connect/smugmug-logo.png",
"description": "Enables a domain to work with SmugMug",
"syncRedirectDomain": "smugmug.com, smugmug.net",
"syncRedirectDomain": "www.smugmug.com",
"hostRequired": true,
"records": [
{
Expand Down

0 comments on commit 22d0824

Please sign in to comment.