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 []