Skip to content

Commit

Permalink
Revert "integrate matamo (#579)"
Browse files Browse the repository at this point in the history
This reverts commit 64b6280.
  • Loading branch information
tallowen committed Apr 15, 2024
1 parent f811b67 commit de0767e
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 92 deletions.
167 changes: 81 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"vue": "^2.6.11",
"vue-check-view": "^0.3.0",
"vue-gtag": "^1.6.2",
"vue-matomo": "^4.2.0",
"vue-meta": "^2.3.3",
"vue-router": "^3.1.6",
"vue-sanitize": "^0.2.0",
Expand Down
5 changes: 0 additions & 5 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Vue from "vue";
import VueMeta from "vue-meta";
import CarbonComponents from "@carbon/vue";
import VueMatomo from 'vue-matomo';

import "./app/plugins";
import "./app/filters";
Expand All @@ -22,10 +21,6 @@ Vue.config.productionTip = false;
Vue.use(CarbonComponents);
Vue.use(VueMeta);
Vue.use(VueApollo);
Vue.use(VueMatomo, {
host: 'https://americanwhitewater.matomo.cloud/',
siteId: 1
});

let mountPoint;

Expand Down

0 comments on commit de0767e

Please sign in to comment.