diff --git a/apps/infoalloggi/next.config.ts b/apps/infoalloggi/next.config.ts index 919de2d..a881f31 100644 --- a/apps/infoalloggi/next.config.ts +++ b/apps/infoalloggi/next.config.ts @@ -25,6 +25,7 @@ async function createNextConfig(): Promise { removeConsole: false, }, experimental: { + scrollRestoration: true, // esmExternals: "loose", // This if react-pdf gives compilation issues }, generateBuildId: async () => buildId,