We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7046f9b commit b6b9f98Copy full SHA for b6b9f98
docs/index.html
@@ -41,7 +41,7 @@
41
}
42
43
window.$docsify.plugins = [].concat(function (hook) {
44
- hook.beforeEach(function collect() {
+ hook.doneEach(function collect() {
45
gtag('set', 'page_path', location.hash);
46
gtag('event', 'page_view');
47
})
0 commit comments