Skip to content

Commit 3cb99c0

Browse files
committed
refactor: adjust experimental scroll handler configuration
1 parent 83dddb8 commit 3cb99c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
output: "export",
55
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,
69
useTypeScriptCli: true,
710
},
811
images: {

0 commit comments

Comments
 (0)