Skip to content

Commit

Permalink
Merge pull request #185 from isomerpages/staging
Browse files Browse the repository at this point in the history
Update cgs.gov.sg.ts
  • Loading branch information
JINHUINAT authored Jul 23, 2024
2 parents 900df09 + 5874758 commit 942f26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dns/cgs.gov.sg.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: "d2evkgcq74knfg.cloudfront.net",
name: "d24nju3siq8ld4.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: "d2evkgcq74knfg.cloudfront.net",
name: "d24nju3siq8ld4.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand Down

0 comments on commit 942f26d

Please sign in to comment.