feat: using scroll restoration

This commit is contained in:
원더 2021-01-30 13:59:49 +09:00
parent 4fb12b4de5
commit e05586741a

View File

@ -1,5 +1,6 @@
module.exports = { module.exports = {
images: { images: {
domains: ['cdn.discordapp.com'] domains: ['cdn.discordapp.com']
} },
experimental: { scrollRestoration: true }
} }