diff --git a/next.config.mjs b/next.config.mjs index f109e97..a425d80 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,9 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { productionBrowserSourceMaps: false, - experimental: { - windowHistorySupport: true, - }, }; export default nextConfig;