Skip to content

Commit

Permalink
Removed domain setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Sep 27, 2023
1 parent b0ff546 commit 7dafe70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ Vue.use(VueGtag, {
});
Vue.use(VueHead);
Vue.use(SimpleAnalytics, {
skip: process.env.NODE_ENV !== 'production',
domain: "fairsharing.org"
skip: process.env.NODE_ENV !== 'production'
})

router.beforeEach(async(to, from, next) => await beforeEach(to, from, next, store));
Expand Down

0 comments on commit 7dafe70

Please sign in to comment.