Skip to content

Commit 274e554

Browse files
committed
Add extra TXT
1 parent 231864b commit 274e554

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,12 @@ const DomainItem = ({
301301
value: projectDomain.expectedTxtRecord,
302302
ttl: 300,
303303
} as const,
304+
{
305+
type: "TXT",
306+
host: "another-one",
307+
value: projectDomain.expectedTxtRecord,
308+
ttl: 300,
309+
} as const,
304310
];
305311

306312
return (

0 commit comments

Comments
 (0)