Skip to content

Commit

Permalink
fix: cloudflare provider config
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed Aug 16, 2024
1 parent aa16cd5 commit 7128187
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ export default $config({
name: "sebastian-software.de",
redirects: ["www.sebastian-software.de"],
dns: sst.cloudflare.dns({
zone: "1849459b28dd975658208ee4ffdb2257"
zone: "1849459b28dd975658208ee4ffdb2257",
transform: {
record(record) {
record.content = record.value
delete record.value
}
}
})
}
}
Expand Down

0 comments on commit 7128187

Please sign in to comment.