1
0
Fork 0

Fix umami.js src URL

This commit is contained in:
Moritz Ruth 2021-08-08 19:45:04 +02:00
parent f924d412e8
commit afb165e37e
No known key found for this signature in database
GPG key ID: AFD57E23E753841B
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
<script
async
defer
src="https://stats.m0.is/umami.js"
src="https://stats.moritzruth.de/umami.js"
data-website-id="e68ac4a6-c999-4f8e-be75-5a6252a55f17"
data-domains="moritzruth.de"
></script>

View file

@ -82,7 +82,7 @@
import { useI18n } from "vue-i18n"
export default {
name: "TermsAndConditionsPage",
name: "TermsPage",
setup() {
const { t } = useI18n()