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

View File

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