Skip to content

Commit

Permalink
Merge pull request #242 from isomerpages/staging
Browse files Browse the repository at this point in the history
Update sg60.gov.sg.ts
  • Loading branch information
JINHUINAT authored Nov 4, 2024
2 parents 5c60217 + bf61301 commit 5bbfb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dns/sg60.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: "d1jm14llylx1va.cloudfront.net",
name: "d3dobpiccmtmux.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: "d1jm14llylx1va.cloudfront.net",
name: "d3dobpiccmtmux.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand Down

0 comments on commit 5bbfb27

Please sign in to comment.