We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced2040 commit cae9506Copy full SHA for cae9506
1 file changed
packages/next/client/next-dev.js
@@ -87,7 +87,8 @@ initialize({ webpackHMR })
87
new URLSearchParams(location.search)
88
)
89
),
90
- router.asPath
+ router.asPath,
91
+ { scroll: false }
92
93
.finally(clearIndicator)
94
}
0 commit comments