From 8fec73341ffef9cdd2dc77f04fe42b7f4bdd048d Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 3 Nov 2025 18:39:56 +0100 Subject: [PATCH] Comment --- web/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/next.config.js b/web/next.config.js index 31a13a03..2731880d 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -23,6 +23,7 @@ module.exports = { experimental: { scrollRestoration: true, }, + // Remove once confirmed that posthog.init works without it // rewrites: async () => { // if (isAppBuild) { // return []