From 94aa029d33278a062ebab2f5ff50eaa8d568e4d4 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 6 Mar 2021 11:57:55 -0800 Subject: [PATCH] actually enable GA --- .vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 04b697a3..07d6ece1 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -4,7 +4,7 @@ module.exports = { description: 'Pterodactyl is an open-source game server management panel built with PHP 7, 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-12345678-9' + ga: 'UA-87324178-3' },], ['@vuepress/search', { searchMaxSuggestions: 10