From 0acf9c68e9731755105899e20cad1fba1b118d3c Mon Sep 17 00:00:00 2001 From: neilsaccardo Date: Tue, 9 Apr 2024 02:15:03 +0100 Subject: [PATCH] - Update Open Next Version for NextJSSite construct (#3727) * - Update Open Next Version for NextJSSite construct * Sync --------- Co-authored-by: Neil Saccardo <> Co-authored-by: Frank --- .changeset/five-hounds-draw.md | 5 +++++ packages/sst/src/constructs/NextjsSite.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/five-hounds-draw.md diff --git a/.changeset/five-hounds-draw.md b/.changeset/five-hounds-draw.md new file mode 100644 index 0000000000..a7e94c2fc1 --- /dev/null +++ b/.changeset/five-hounds-draw.md @@ -0,0 +1,5 @@ +--- +"sst": patch +--- + +NextjsSite: update OpenNext version to 2.3.8 diff --git a/packages/sst/src/constructs/NextjsSite.ts b/packages/sst/src/constructs/NextjsSite.ts index 53e282c055..3c222b0cf4 100644 --- a/packages/sst/src/constructs/NextjsSite.ts +++ b/packages/sst/src/constructs/NextjsSite.ts @@ -162,7 +162,7 @@ export interface NextjsSiteProps extends Omit { } 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",