diff --git a/next.config.js b/next.config.js index b7b6ca2..88d2f76 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ module.exports = { images: { domains: ['cdn.discordapp.com'] - } + }, + experimental: { scrollRestoration: true } } \ No newline at end of file