Skip to content

Commit

Permalink
Merge pull request #102 from YNUFes-tech/fix-gtag-screen-name
Browse files Browse the repository at this point in the history
useGtagのscreen-nameの修正
  • Loading branch information
hayato19 authored Nov 3, 2023
2 parents 2b0f7df + ad7b04b commit 6a164a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/sp/photo-contest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ useHead({
const { gtag } = useGtag();
gtag("event", "screen_view", {
app_name: useRuntimeConfig().public.app_name,
screen_name: "PhotoContest
app_name: useRuntimeConfig().public.app_name,
screen_name: "PhotoContest",
});
</script>

Expand Down

0 comments on commit 6a164a7

Please sign in to comment.