feat 保留滚动进度

This commit is contained in:
tangly1024.com
2023-06-30 12:41:20 +08:00
parent 8c76b30213
commit 5be76c306d
3 changed files with 4 additions and 4 deletions

View File

@@ -73,5 +73,8 @@ module.exports = withBundleAnalyzer({
config.resolve.alias['@theme-components'] = path.resolve(__dirname, 'themes', THEME)
return config
},
experimental: {
scrollRestoration: true
}
})