fix: scroll restoration (#3005)

This commit is contained in:
Ryan Cohen
2022-09-06 13:27:13 +09:00
committed by GitHub
parent 867286996b
commit 14280c5437

View File

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