Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fix(page): not set page fired when using custom pageviewTemplate
Browse files Browse the repository at this point in the history
closes #124
  • Loading branch information
MatteoGabriele committed May 20, 2018
1 parent 80576a8 commit 1c2eafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function page (...args) {
set('page', path)
query('send', 'pageview')
} else {
set('page', args[0].page)
query('send', 'pageview', ...args)
}
}
Expand Down

0 comments on commit 1c2eafe

Please sign in to comment.