Skip to content

Commit 3b4836a

Browse files
committed
Try suffix at the root
1 parent 9fbce66 commit 3b4836a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/builder/app/builder/features/topbar/domains.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,10 @@ const DomainItem = ({
314314
} else if (cname === "www") {
315315
// add both www and root cname to support root -> www redirect
316316
dnsRecords = {
317-
domain: [rootTxtRecord],
318317
subDomain: [cnameRecord, subdomainTxtRecord],
318+
domain: [rootTxtRecord],
319319
};
320+
rootTxtRecord.value += "suffix";
320321
} else {
321322
dnsRecords = {
322323
subDomain: [cnameRecord, subdomainTxtRecord],

0 commit comments

Comments
 (0)