Skip to content

Commit

Permalink
Update NextjsBucketDeployment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bestickley authored Jul 13, 2024
1 parent 377cd36 commit 6f1575f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NextjsBucketDeployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class NextjsBucketDeployment extends Construct {
destinationBucketName: this.props.destinationBucket.bucketName,
destinationKeyPrefix: this.props.destinationKeyPrefix,
putConfig: this.props.putConfig,
prune: this.props.prune ?? true,
prune: this.props.prune,
substitutionConfig: this.props.substitutionConfig,
zip: this.props.zip,
};
Expand Down

0 comments on commit 6f1575f

Please sign in to comment.