Skip to content

Commit

Permalink
mixed up old and new values
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Jan 22, 2024
1 parent 35add88 commit f5f0fb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { watch } from 'vue';
const route = useRoute();
watch(() => route.path, (_, path) => {
console.log(path);
watch(() => route.path, (path, _) => {
window.goatcounter?.count?.({ path });
})
</script>
Expand Down

0 comments on commit f5f0fb9

Please sign in to comment.