- npm updates

- show additional translated Series_information and TranslatedTitle
- changed info in home-view-component.vue
This commit is contained in:
Arno Kaimbacher 2022-01-17 09:31:10 +01:00
parent 3b44926ce1
commit 937b759544
5 changed files with 572 additions and 517 deletions

View file

@ -60,7 +60,7 @@ createApp(app)
cookieDomain: undefined,
// Tell Matomo the website domain so that clicks on these domains are not tracked as 'Outlinks'
// Default: undefined, example: '*.example.com'
domains: undefined,
domains: "*.tethys.at",
preInitActions: [],
})
.use(router)