Skip to content

Commit a2a0132

Browse files
committed
chore: updated to Next.js 16 stable
1 parent 16c6f86 commit a2a0132

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

apps/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"github-slugger": "~2.0.0",
6161
"gray-matter": "~4.0.3",
6262
"mdast-util-to-string": "^4.0.0",
63-
"next": "16.0.0-beta.0",
63+
"next": "16.0.0",
6464
"next-intl": "~4.3.11",
6565
"next-themes": "~0.4.6",
6666
"postcss-calc": "~10.1.1",
@@ -81,7 +81,7 @@
8181
},
8282
"devDependencies": {
8383
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.1",
84-
"@next/eslint-plugin-next": "16.0.0-beta.0",
84+
"@next/eslint-plugin-next": "16.0.0",
8585
"@node-core/remark-lint": "workspace:*",
8686
"@opennextjs/cloudflare": "^1.6.4",
8787
"@playwright/test": "^1.56.1",

apps/site/redirects.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,14 @@
351351
{
352352
"source": "/:locale/download/package-manager/all",
353353
"destination": "/:locale/download/archive/current"
354+
},
355+
{
356+
"source": "/404",
357+
"destination": "/"
358+
},
359+
{
360+
"source": "/500",
361+
"destination": "/"
354362
}
355363
],
356364
"internal": []

0 commit comments

Comments
 (0)