From c0147c43f5f908df23928c4f4839c1690fc06e0b Mon Sep 17 00:00:00 2001 From: sonic16x Date: Sun, 10 Nov 2024 02:15:47 +0700 Subject: [PATCH] Disable GA --- package.json | 2 +- webpack.config.prod.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 94547545f..79331d4e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interslavic", - "version": "1.22.2", + "version": "1.22.3", "license": "MIT", "description": "Interslavic Dictionary", "author": "Sergey Cherebedov", diff --git a/webpack.config.prod.js b/webpack.config.prod.js index c77ee409b..18b010603 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -87,7 +87,7 @@ module.exports = { path: outputPath, excludeChunks: ['sw', 'grammarComponent', 'viewerComponent'], env: { - ANALYTICS: !isDemo, + ANALYTICS: false, BASE_URL: baseUrl, }, }),