Skip to content

Commit

Permalink
removed partytown and the analytics we store as there is no real valu…
Browse files Browse the repository at this point in the history
…e to this
  • Loading branch information
CommanderStorm committed May 10, 2024
1 parent f29f488 commit 2041e33
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 58 deletions.
10 changes: 0 additions & 10 deletions webclient/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default defineNuxtConfig({
"@nuxtjs/color-mode",
"@vueuse/nuxt",
"@nuxt/content",
"@nuxtjs/partytown",
"@nuxt/image",
],
app: {
Expand Down Expand Up @@ -73,12 +72,6 @@ export default defineNuxtConfig({
type: "application/ld+json",
},
{ innerHTML: "window.$plausible = [];" },
{
src: "https://analytics.nav.tum.sexy/js/plausible.js",
defer: true,
type: "text/partytown",
"data-domain": "nav.tum.de",
},
],
},
},
Expand Down Expand Up @@ -146,9 +139,6 @@ export default defineNuxtConfig({
typeCheck: true,
strict: true,
},
partytown: {
forward: ["$plausible", "$plausible.push"],
},
sourcemap: true,
image: {
domains: ["nav.tum.de"],
Expand Down
1 change: 0 additions & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@nuxt/content": "2.12.1",
"@nuxt/image": "1.7.0",
"@nuxtjs/color-mode": "3.4.1",
"@nuxtjs/partytown": "1.5.0",
"@vueuse/core": "10.9.0",
"@vueuse/nuxt": "10.9.0",
"maplibre-gl": "4.2.0",
Expand Down
Loading

0 comments on commit 2041e33

Please sign in to comment.