Skip to content

Commit

Permalink
- Update Open Next Version for NextJSSite construct (#3727)
Browse files Browse the repository at this point in the history
* - Update Open Next Version for NextJSSite construct

* Sync

---------

Co-authored-by: Neil Saccardo <>
Co-authored-by: Frank <frank@sst.dev>
  • Loading branch information
neilsaccardo and fwang committed Apr 9, 2024
1 parent e3e1528 commit 0acf9c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-hounds-draw.md
@@ -0,0 +1,5 @@
---
"sst": patch
---

NextjsSite: update OpenNext version to 2.3.8
2 changes: 1 addition & 1 deletion packages/sst/src/constructs/NextjsSite.ts
Expand Up @@ -162,7 +162,7 @@ export interface NextjsSiteProps extends Omit<SsrSiteProps, "nodejs"> {
}

const LAYER_VERSION = "2";
const DEFAULT_OPEN_NEXT_VERSION = "2.3.7";
const DEFAULT_OPEN_NEXT_VERSION = "2.3.8";
const DEFAULT_CACHE_POLICY_ALLOWED_HEADERS = [
"accept",
"rsc",
Expand Down

0 comments on commit 0acf9c6

Please sign in to comment.