feat: restore scroll position when navigating back
This commit is contained in:
committed by
Mathias Schopmans
parent
1c9bfa3515
commit
5484b04c9f
@@ -8,6 +8,9 @@ const nextConfig = {
|
||||
output: "export",
|
||||
trailingSlash: true,
|
||||
reactStrictMode: true,
|
||||
experimental: {
|
||||
scrollRestoration: true,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user