diff --git a/storefront/next.config.js b/storefront/next.config.js index 947d108ce4..a8911fa4ea 100644 --- a/storefront/next.config.js +++ b/storefront/next.config.js @@ -9,7 +9,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ /** @type {import('next').NextConfig} */ const nextConfig = { - experimental: { scrollRestoration: true }, + experimental: { scrollRestoration: true, middlewarePrefetch: 'strict' }, reactStrictMode: true, swcMinify: true, assetPrefix: process.env.CDN_DOMAIN ?? undefined,