From a8f22f1a8226aa46ebe32246b76cb43b7869d0e7 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 18 Jan 2022 12:29:36 +0100 Subject: chore: add scroll restoration for posts list It would be nice to restore focus as well, but it seems I can not retrieve which posts was click on history back. I should find an alternative later. --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 59ca4f4..91c5a17 100644 --- a/next.config.js +++ b/next.config.js @@ -5,6 +5,9 @@ const backendDomain = process.env.BACKEND_URL.split('//')[1]; /** @type {import('next').NextConfig} */ const nextConfig = { + experimental: { + scrollRestoration: true, + }, i18n: { locales, defaultLocale: 'fr', -- cgit v1.2.3