We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b60ff4 commit 9440ed2Copy full SHA for 9440ed2
platform/src/components/aws/nextjs.ts
@@ -11,7 +11,7 @@ import { isALteB } from "../../util/compare-semver.js";
11
import { Plan, SsrSite, SsrSiteArgs } from "./ssr-site.js";
12
import { Bucket } from "./bucket.js";
13
14
-const DEFAULT_OPEN_NEXT_VERSION = "3.6.6";
+const DEFAULT_OPEN_NEXT_VERSION = "3.9.8";
15
16
type BaseFunction = {
17
handler: string;
0 commit comments