Skip to content

Commit

Permalink
📝 improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Aug 25, 2020
1 parent 6be1a6a commit f43fd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/google-tag-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const SEO = () => {
// Custom PageView event for “SPA” stack
gtm.event('PageView', {
page_path: router.asPath,
page_title: metaTitle?.attributes?.content || 'Titre inconnu',
page_title: 'My Title',
});
}, [asPath]);

Expand Down

0 comments on commit f43fd16

Please sign in to comment.