Skip to content

Commit

Permalink
Merge pull request #251 from isomerpages/staging
Browse files Browse the repository at this point in the history
Update singaporetrauma.com.ts
  • Loading branch information
JINHUINAT authored Dec 16, 2024
2 parents 9ffbc70 + b7faebf commit 0d1764a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dns/singaporetrauma.com.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const createRecords = (zoneId: string): Record[] => {
zoneId: zoneId,
aliases: [
{
name: "d3ryyn6ycqsj7s.cloudfront.net",
name: "d2qf3imx4vh4hh.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand All @@ -22,7 +22,7 @@ export const createRecords = (zoneId: string): Record[] => {
zoneId: zoneId,
aliases: [
{
name: "d3ryyn6ycqsj7s.cloudfront.net",
name: "d2qf3imx4vh4hh.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand Down

0 comments on commit 0d1764a

Please sign in to comment.