We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbce66 commit 3b4836aCopy full SHA for 3b4836a
apps/builder/app/builder/features/topbar/domains.tsx
@@ -314,9 +314,10 @@ const DomainItem = ({
314
} else if (cname === "www") {
315
// add both www and root cname to support root -> www redirect
316
dnsRecords = {
317
- domain: [rootTxtRecord],
318
subDomain: [cnameRecord, subdomainTxtRecord],
+ domain: [rootTxtRecord],
319
};
320
+ rootTxtRecord.value += "suffix";
321
} else {
322
323
0 commit comments