Skip to content

Commit

Permalink
Disable GA (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic16x authored Nov 9, 2024
1 parent b8de1d4 commit b10ebaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interslavic",
"version": "1.22.2",
"version": "1.22.3",
"license": "MIT",
"description": "Interslavic Dictionary",
"author": "Sergey Cherebedov",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = {
path: outputPath,
excludeChunks: ['sw', 'grammarComponent', 'viewerComponent'],
env: {
ANALYTICS: !isDemo,
ANALYTICS: false,
BASE_URL: baseUrl,
},
}),
Expand Down

0 comments on commit b10ebaa

Please sign in to comment.