Skip to content

Commit

Permalink
NextjsSite: update OpenNext to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Mar 1, 2024
1 parent ab7f847 commit 1fbda78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-panthers-collect.md
@@ -0,0 +1,5 @@
---
"sst": patch
---

NextjsSite: update OpenNext to 2.3.5
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.1";
const DEFAULT_OPEN_NEXT_VERSION = "2.3.5";
const DEFAULT_CACHE_POLICY_ALLOWED_HEADERS = [
"accept",
"rsc",
Expand Down

0 comments on commit 1fbda78

Please sign in to comment.