Skip to content

Commit

Permalink
Merge pull request #189 from isomerpages/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
shazlithebestie authored Jul 31, 2024
2 parents ce706ec + 1141c0b commit e618501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dns/spom.com.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: "ddtmc4ic58sr9.cloudfront.net",
name: "d2c7bloxoh0n8r.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: "ddtmc4ic58sr9.cloudfront.net",
name: "d2c7bloxoh0n8r.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand Down

0 comments on commit e618501

Please sign in to comment.