MISC: remove google analytics config (#1676)

This commit is contained in:
Shy 2024-10-03 23:12:51 +00:00 committed by GitHub
parent bedd398789
commit 7c3d71d21a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,9 +57,6 @@ module.exports = (env, argv) => {
template: "src/index.html", template: "src/index.html",
filename: isDevServer ? "index.html" : "../index.html", filename: isDevServer ? "index.html" : "../index.html",
favicon: "favicon.ico", favicon: "favicon.ico",
googleAnalytics: {
trackingId: "UA-100157497-1",
},
meta: {}, meta: {},
minify: isDevelopment minify: isDevelopment
? false ? false