From 10d858d0b9fc40e2317a11e3689259abd44720cd Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Thu, 1 Dec 2022 12:15:00 -0700 Subject: [PATCH] vuepress: remove google analytics --- .vuepress/config.js | 3 --- package.json | 1 - yarn.lock | 5 ----- 3 files changed, 9 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 4efd8ac4..08b8b09c 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -3,9 +3,6 @@ module.exports = { title: 'Pterodactyl', description: 'Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.', plugins: [ - ['@vuepress/google-analytics', { - ga: 'UA-87324178-3' - },], ['@vuepress/search', { searchMaxSuggestions: 10 }], diff --git a/package.json b/package.json index f6314051..e5f4bbce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "dependencies": { - "@vuepress/plugin-google-analytics": "^1.0.0-rc.1", "jquery": "^3.3.1", "slick-carousel": "^1.8.1", "vue-tabs-component": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 704100cb..26f562cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1038,11 +1038,6 @@ dependencies: lodash.debounce "^4.0.8" -"@vuepress/plugin-google-analytics@^1.0.0-rc.1": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.4.0.tgz#0243da6ff80e47b1d41d0227cb8bcb040ebba90f" - integrity sha512-Q3jTyNovy81vlqfCQ5MewYU2K/brn0DfhAlJJnelXdbYH7XRe1IA3hZCcQQO73rzIMA/HxIsMBWevs8jTQF3QA== - "@vuepress/plugin-last-updated@1.8.2": version "1.8.2" resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.8.2.tgz#7ce689f8d5050cf0213949bc2e5aa879c09ff4b1"