Skip to content

Commit

Permalink
fix: renamed record alias name
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar committed May 15, 2024
1 parent 88cd93d commit 2e78dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spa-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class SpaApp extends Construct {
});

this.stackProps.domain &&
new r53.ARecord(this, 'SvelteAlias', {
new r53.ARecord(this, 'SpaAppAlias', {
recordName: `${this.stackProps.domain.domainName}.`,
target: r53.RecordTarget.fromAlias(new r53t.CloudFrontTarget(cloudfrontDistribution)),
zone: this.stackProps.domain.hostedZone
Expand Down

0 comments on commit 2e78dec

Please sign in to comment.