Skip to content

Commit

Permalink
revert s3 hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrenker committed Dec 22, 2023
1 parent b3ab571 commit 28f4dd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cdk-next-app/next-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ export class NextApp extends Construct {
return new Bucket(this, 'StoriesBucket', {
removalPolicy: RemovalPolicy.DESTROY,
autoDeleteObjects: true,
websiteIndexDocument: 'index.html',
websiteErrorDocument: 'index.html',
});
}

Expand Down

0 comments on commit 28f4dd9

Please sign in to comment.