You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On google analytics, I am seeing duplicated URLs with trailing slashes, like:
/dashboard
/dashboard/
And this is happening for some other routes as well. My question is, how to deal with this in vue 2? I am not seeing any options to customize it on the vue side. Maybe on the google analytics side which I should know?
Expected behavior
The URLs should be one unified:
/dashboard
without the trailing slashes.
How to reproduce?
Just visit any page manually with a trailing slash.
The text was updated successfully, but these errors were encountered:
Environment *
npm ls vue-gtag
: vue-gtag@1.16.1npm ls vue
: vue@2.7.13Description *
On google analytics, I am seeing duplicated URLs with trailing slashes, like:
And this is happening for some other routes as well. My question is, how to deal with this in vue 2? I am not seeing any options to customize it on the vue side. Maybe on the google analytics side which I should know?
Expected behavior
The URLs should be one unified:
without the trailing slashes.
How to reproduce?
Just visit any page manually with a trailing slash.
The text was updated successfully, but these errors were encountered: