Skip to content

Commit 10d858d

Browse files
committed
vuepress: remove google analytics
1 parent ed1a88f commit 10d858d

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.vuepress/config.js

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ module.exports = {
33
title: 'Pterodactyl',
44
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.',
55
plugins: [
6-
['@vuepress/google-analytics', {
7-
ga: 'UA-87324178-3'
8-
},],
96
['@vuepress/search', {
107
searchMaxSuggestions: 10
118
}],

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
43
"jquery": "^3.3.1",
54
"slick-carousel": "^1.8.1",
65
"vue-tabs-component": "^1.5.0",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -1038,11 +1038,6 @@
10381038
dependencies:
10391039
lodash.debounce "^4.0.8"
10401040

1041-
"@vuepress/plugin-google-analytics@^1.0.0-rc.1":
1042-
version "1.4.0"
1043-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.4.0.tgz#0243da6ff80e47b1d41d0227cb8bcb040ebba90f"
1044-
integrity sha512-Q3jTyNovy81vlqfCQ5MewYU2K/brn0DfhAlJJnelXdbYH7XRe1IA3hZCcQQO73rzIMA/HxIsMBWevs8jTQF3QA==
1045-
10461041
"@vuepress/[email protected]":
10471042
version "1.8.2"
10481043
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.8.2.tgz#7ce689f8d5050cf0213949bc2e5aa879c09ff4b1"

0 commit comments

Comments
 (0)