fix: scroll restoration (#3005)

pull/3006/head
Ryan Cohen 2 years ago committed by GitHub
parent 867286996b
commit 14280c5437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,4 +17,7 @@ module.exports = {
return config;
},
experimental: {
scrollRestoration: true,
},
};

Loading…
Cancel
Save