Skip to content

Commit c0698cc

Browse files
committed
eng-1763 upgrade NextJS to version 16
1 parent 6dfaf77 commit c0698cc

3 files changed

Lines changed: 198 additions & 159 deletions

File tree

apps/website/next.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ const withNextra = nextra({
1616

1717
const nextConfig: NextConfig = {
1818
reactStrictMode: true,
19-
serverRuntimeConfig: {
20-
maxDuration: 300,
21-
},
2219
async redirects() {
2320
return DOCS_REDIRECTS;
2421
},

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"scripts": {
88
"dev": "next dev",
9-
"build": "next build --no-lint",
9+
"build": "next build",
1010
"postbuild": "node ./scripts/build-docs-search-index.mjs",
1111
"start": "next start",
1212
"lint": "eslint .",
@@ -22,7 +22,7 @@
2222
"clsx": "^2.1.1",
2323
"gray-matter": "^4.0.3",
2424
"lucide-react": "^0.540.0",
25-
"next": "15.5.7",
25+
"next": "^16.2.0",
2626
"nextra": "^4.6.1",
2727
"nextra-theme-docs": "^4.6.1",
2828
"openai": "^4.98.0",

0 commit comments

Comments
 (0)