Correct tracking

This commit is contained in:
Kasper Rynning-Tønnesen
2020-03-16 15:23:36 +01:00
parent 0afa60ca58
commit 78752627ec
3 changed files with 7 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ export default {
}
},
track() {
this.$ga.page("/generate");
this.$ga.page("/lottery/generate");
}
}
};