Skip to content

Commit

Permalink
Merge branch 'main' into open-next-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenv committed Nov 12, 2024
2 parents 962b41b + e12e733 commit 97ce293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Nextjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export class Nextjs extends Construct {
});

this.serverFunction = new NextjsServer(this, 'Server', {
environment: props.environment,
nextBuild: this.nextBuild,
staticAssetBucket: this.staticAssets.bucket,
overrides: props.overrides?.nextjsServer,
Expand Down

0 comments on commit 97ce293

Please sign in to comment.