We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dddb8 commit 3cb99c0Copy full SHA for 3cb99c0
1 file changed
frontend/next.config.ts
@@ -3,6 +3,9 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
output: "export",
5
experimental: {
6
+ // The Fragment-ref scroll handler in Next 16.3 Preview can crash during
7
+ // consecutive client redirects. Keep the stable handler until upstream fixes it.
8
+ appNewScrollHandler: false,
9
useTypeScriptCli: true,
10
},
11
images: {
0 commit comments