enable `scrollRestoration`
This commit is contained in:
parent
34d76ec5c2
commit
4d0828752f
|
|
@ -5,4 +5,7 @@ module.exports = {
|
|||
env: {
|
||||
APP_DESCRIPTION: pkg.description,
|
||||
},
|
||||
experimental: {
|
||||
scrollRestoration: true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue