Skip to content

Commit

Permalink
rename records
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrenker committed Dec 22, 2023
1 parent 5f6978c commit d70c8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cdk-next-app/next-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ export class NextApp extends Construct {
zone: hostedZone,
target: RecordTarget.fromAlias(new BucketWebsiteTarget(this.storiesBucket)),
};
new ARecord(this, 'ARecord', storiesRecordProps);
new AaaaRecord(this, 'AaaaRecord', storiesRecordProps);
new ARecord(this, 'StoriesARecord', storiesRecordProps);
new AaaaRecord(this, 'StoriesAaaaRecord', storiesRecordProps);

// queue config
this.revalidationQueue.grantSendMessages(this.serverFunction);
Expand Down

0 comments on commit d70c8ba

Please sign in to comment.